{% extends "layout.html" %} {% block body %}

Tags

Total: {{ all_tags | length }}

{% for tag in all_tags %} {{ tag.name }} {% endfor %}
{% for tag in all_tags %}

{{ tag.name }}

{% for post in tag.posts %} {% endfor %}
{% endfor %}
{% endblock body %}