{% extends "base.html" %} {% block head %} {{ super() }} {% for keyword in article.keywords %} {% endfor %} {% for description in article.description %} {% endfor %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block extrahead %} {% if article.image %} {% endif %} {% endblock %} {% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %} {% block content %}

{{ article.title }}

{{ article.locale_date | capitalize }}, dans {{ article.category }}
{% if article.headline %}

{{ article.headline }}

{% endif %}

🌟

{{ article.content }} {% if article.image and article.image_link and article.image_author and article.image_license %} L'image d'illustration utilisée est un travail de {{ article.image_author}} proposé sous license {{ article.image_license }}. Merci ! {% endif %}
{% endblock %}