{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

Tags

    {% for tag, articles in tags %}
  1. {{ tag }}
  2. {% endfor %}
{% endblock %}