{{ article.title }}
{{ article.locale_date | capitalize }}, dans {{ article.category }}
{% if article.headline %}
{% 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 %}