{% extends "base.html" %} {% block "content" %}

Liste des tags

Il y a {{ tag_list|length }} tag{{ tag_list|pluralize }} dans la ludothèque :

{% for tag in tag_list %} {% include "./partials/tag_item.html" %} {% endfor %} {% endblock %}