{% extends "base.html" %} {% block title %}{{ SITENAME }} - «{{ tag }}»{% endblock %} {% block content %}

Articles avec le mot-clef « {{ tag }} »

{% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract(article, "h2") }} {% if not loop.last %}
{% endif %} {% endfor %} {% endif %} {% include 'navigator.html' %} {% if TAG_FEED_RSS %} {% endif %} {% if TAG_FEED_ATOM %} {% endif %} {% endblock %}