{% extends "main.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %}
{{ article.subtitle_html|typography }}
{{ article.date.strftime('%d %B %Y') }} ⁙ {{ article.numero.title_html }} {% if article.keywords %} ⁙ {% for keyword in article.keywords %} #{{ keyword.name }}{%- if not loop.last -%}, {% endif %} {% endfor %} {% endif %}
{% if article.exports %} {% endif %}