{% extends "base.html" %} {% block title %}{{ SITENAME }} | {{ category }} {% endblock %} {% block content %} {% if articles %} {% for article in articles %}
---
{% endfor %} {% else %}Pas encore d'articles dans cette catégorie.
{% endif %} {% endblock content %}