{% extends "main.html" %} {% block page_title %}{{ article.title_stripped }} • {{ super() }}{% endblock page_title %} {% block extra_head %} {% for author in article.authors %} {% endfor %} {% for keyword in article.keywords %} {% endfor %} {% if article.abstract_en %} {% endif %} {% if article.abstract_fr %} {% endif %} {% 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 %}