{% extends "base.html" %} {% block title %}{{taxonomy.name}} – {{ config.extra.sitename|safe }}{% endblock title %} {% block head %} {% if section.extra.katex %}{{macros::katex()}}{% endif %} {% endblock head %} {% block body %} {{lang}}

{{taxonomy.name | safe}}

{% for tag in terms %} {{ tag.name }} ({{ tag.pages | length }})
{% endfor %}
{% endblock body %}