{% 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) %}

{{ article.title }}

{{ article.summary }}
{% if not loop.last %}
{% endif %}
{% endfor %} {% endif %} {% include 'navigator.html' %} {% if TAG_FEED_RSS %} {% endif %} {% if TAG_FEED_ATOM %} {% endif %} {% endblock %}