{% extends "base.html" %} {% block content %}

Par {% for author in article.authors %} {{ author }} {% endfor %} dans {{ article.category }} le {{ article.date.strftime('%d/%m/%Y') }}.


{{ article.title }}

{% if article.subtitle %}

{{ article.subtitle }}

{% endif %}
{{ article.content }}
{% endblock content %}