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

Liste des tags

{
{% for tag, publications in tags %} '{{ tag }}': {{ publications|count }}{% if not loop.last %}, {% endif %} {% endfor %}
}
{% endblock %}