{% extends "layout.html" %} {% block content %}
← Retour aux articles

{{ article.title }}

Publié le {{ article.created_at.strftime("%d/%m/%Y") }} {% if article.author %}par {{ article.author.username }}{% endif %}
{{ content_html | safe }}
{% endblock %}