{% extends "elections2021/base.html" %} {% load wagtailcore_tags %} {% block content_header %} {% include "elections2021/_page_header.html" with title=page.title photo=page.photo %} {% endblock %} {% block content %}
{{ page.intro|richtext }}
{% if page.myths and page.elections %} {% else %}
{% endif %} {% if page.myths %}
{% for block in page.myths %} {% include_block block %} {% endfor %}
{% endif %} {% if page.elections %}
{% for block in page.elections %} {% include_block block %} {% endfor %}
{% endif %}
{% endblock %}