{% extends "base.html" %} {% block title %}{{ SITENAME }} | {{ category }} {% endblock %} {% block content %} {% if articles %} {% for article in articles %}

{{article.title}}

{{ article.date |strftime('%d.%m.%Y') }}

---

{% endfor %} {% else %}

Pas encore d'articles dans cette catégorie.

{% endif %} {% endblock content %}