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

{{ page.title }}

{% comment %}
{% endcomment %}
{% endblock %} {% block content %}
{% for strategic in strategic_documents %} {% if strategic.card_style == "black" %}
{% elif strategic.card_style == "yellow" %}
{% elif strategic.card_style == "green" %}
{% else %}
{% endif %}

{{ strategic.title }}

{{ strategic.perex }}

{% endfor %}
{% include "elections2021/_pagination.html" with paginator=strategic_documents %} {% endblock %}