{% extends "district/base.html" %} {% block content %} {{ page.title }} {% for a in articles %} {% include "shared/article_preview.html" with article=a %} {% endfor %} {% if articles.has_previous %} Předchozí {% endif %} {% for i in articles.paginator.page_range %} {{ i }} {% endfor %} {% if articles.has_next %} Další {% endif %} {% endblock %}