{% extends "district/base.html" %} {% load wagtailcore_tags wagtailimages_tags shared_filters %} {% block content %}

{{ page.title }}

{{ page.perex }}

{% for block in page.content %} {% include_block block %} {% endfor %}
{% endblock %}