{% extends "main.html" %} {% block page_title %}Mot-clés • {{ super() }}{% endblock page_title %} {% block content %} {% for slug, keyword in keywords.items() %}

{{ keyword.name }}

{{ keyword.articles|length }} article{{ keyword.articles|length|pluralize }}

{% endfor %} {% endblock content %}