{% extends "base.html" %} {% block title %}{{ SITENAME }} - Tags{% endblock %} {% block header %} {% if HEADER_COVER %}
{% elif HEADER_COLOR %}
{% else %}
{% endif %}

{{ SITENAME }} - Tags

{% endblock header %} {% block content %}

Tags {{ gettext('for') }} {{ SITENAME }}

{%- for tag, articles in tags|sort %}
  • {{ tag }} ({{ articles|count }})
  • {% endfor %} {% endblock content %}