{% extends "base.html" %} {% block title %} All Tags - {{ super() }} {% endblock title %} {% block head_description %} All tags used in the {{ SITENAME|striptags }} blog. {% endblock head_description %} {% block content %}
{% for tag, articles in tags|sort %}

{{ tag }}

{% endfor %}
{% endblock content %} {% block script %} {{ super() }} {% endblock script %}