{% extends "base_2020.html" %} {% block title %}Tag #{{ tag_name }}{% endblock %} {% block description %}Publications relatives au tag #{{ tag_name }}{% endblock %} {% block content %}

Publications relatives au tag #{{ tag_name }}


Liste des publications en ordre chronologique :

{% for page in page_list %}

{{ page.title }} ({{ page.date }})

Déplier pour lire le contenu de l’article {{ page.content }}
{% endfor %}
{% endblock content %}