{% extends "district/base.html" %} {% load wagtailcore_tags %} {% block content %} Aktuální témata {% for a in page.articles %} {% include "shared/article_preview.html" with article=a %} {% endfor %} {% include "district/_more_articles.html" %} {% include "district/_followus.html" %} {% endblock %}