{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block title %} All Tags - {{ super() }} {% endblock title %} {% block content %}
{% for tag, articles in tags %}

{{ tag }}

{% endfor %}
{% endblock content %}