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

{{ page.title }}

{% for block in page.content %} {% include_block block %} {% if not forloop.last %}
{% endif %} {% endfor %} {% endblock %}