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

Tags dans {{ SITENAME }}

{% for tag, articles in tags %} {{ tag }} ({{ articles|count }}) {% endfor %}
{% endblock %}