Articles et leurs catégories
{% if articles %}
{% for a in articles %}
#{{ a.id }} — {{ a.title }}
({{ a.category }})
{% endfor %}
{% else %}
Aucun article.
{% endif %}