{% extends "base.html" %} {% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %} {% block head %} {{ super() }} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(article) %} {{ translations.entry_hreflang(article) }} {% endif %} {% endblock %} {% block header %}
Publié le {{ article.date|strftime('%d/%m/%Y') }}{% if article.author %} • Écrit par {{ article.author }}{% endif %}
Catégorie : {% if article.category %}#{{ article.category }} {% endif %}
{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} {% endblock %} {% block content %}