{% extends "district/base.html" %} {% load wagtailcore_tags %} {% block subheader %} {% for block in page.subheader %} {% include_block block %} {% endfor %} {% endblock subheader %} {% block content %}

{{ page.articles_title }}

{% for a in page.articles %} {% include "shared/article_preview.html" with article=a %} {% endfor %}
{% include "shared/more_articles_snippet.html" %}
{% if page.election_countdown_datetime %}
{% include "shared/election_countdown_snippet.html" %}
{% endif %} {% if page.show_calendar_on_hp %}
{% include "shared/calendar_current_events_snippet.html" %}
{% endif %} {% include "shared/followus_snippet.html" %}
{% endblock %}