{% 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 candidate in candidates_top %} {% include "elections2021/_candidate_card.html" %} {% endfor %}
{% for candidate in candidates_bottom %} {% include "elections2021/_candidate_list_item.html" %} {% endfor %}
{% comment %}
{% endcomment %}
{% endblock %}