{% extends "elections2021/base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block content_header %} {% include "elections2021/_page_header.html" with title=page.title photo=page.photo %} {% endblock %} {% block content %}
{% for section in page.sections %} {% include_block section %} {% endfor %}
{% endblock %}