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

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

{% if articles %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract("h2") }} {% endif %} {% if CATEGORY_FEED_RSS %} {% endif %} {% if CATEGORY_FEED_ATOM %} {% endif %} {% endblock %}