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

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

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