{% extends "district/base.html" %} {% block content %}

{{ page }}

{% for tag, articles in tags.items %}

{{ tag }}

    {% for x in articles %}
  • {{ x }}
  • {% endfor %}
{% endfor %}
{% endblock %}