{% extends "elections2021/base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if navigation %} {% include "elections2021/_floating_navigation.html" %} {% endif %}
{% for block in page.content %} {% include_block block %} {% endfor %}
{% endblock %}