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

{{ page.title }}

{% for a in articles %} {% include "shared/article_preview.html" with article=a %} {% endfor %}
{% endblock %}