{% 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 %}

{{ page.root_election_page.title }}

{% include "district/includes/election_subpage_sidebar_content.html" %}
{% endblock content %}