{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ category}}{% endblock %} {% block content %}

Articles dans la catégorie «{{ category }}»

{% if articles %} {% for article in articles %}

{{ article.title }}

{%include 'meta.html'%}
{{ article.summary }}
Lire la suite...
{% endfor %} {% endif %} {% endblock %}