{% extends "page.html" %} {% set is_blog = True %} {% block contents %}

All Tags

{%- for tag, post_set in posts %} {{ tag }} {% endfor %}

{% for tag, post_set in posts %}

{{ tag }}

{% endfor %} {% endblock %}