{% extends "district/base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block subheader %} {% if page.image %} {% image page.image fill-1920x500-c75 jpegquality-80 as bg_img %} {% else %} {% image page.root_page.fallback_image fill-1920x500-c75 jpegquality-80 as bg_img %} {% endif %}

{{ page.title }}

{{ page.perex }}

{% for block in page.hero_cta_buttons %} {% include_block block %} {% endfor %}
{% if page.logo_image %} {% image page.logo_image width-490 as logo_img %} {{ page.title }} {% endif %}
{% if promoted_features %}
{% if page.promoted_block_title %}

{{ page.promoted_block_title }}

{% endif %}
{% for feature in promoted_features %}
{{ feature.index }} {% if feature.image %} {% image feature.image fill-260x192-c75 jpegquality-80 as img %} {% image feature.image fill-520x384-c75 jpegquality-80 as img_2x %} {{ feature.title }} {% endif %}
{% endfor %}
{% endif %} {% endblock subheader %} {% block container_class %}container--default{% endblock %} {% block container_spacing %}py-8 pb-0 lg:py-16{% endblock %} {% block content %}
{% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %}
{% if page.map_title %}

{{ page.map_title }}

{% endif %}
{% if page.category_list_title %}

{{ page.category_list_title }}

{% endif %}
{% for category, features in features_by_category %}

{{ category.name }}

{% endfor %}
{% if page.content_after %}
{% for block in page.content_after %} {% include_block block with block_id=block.id %} {% endfor %}
{% endif %}
{% for block in page.content_footer %} {% include_block block with block_id=block.id %} {% endfor %}
{% include "shared/followus_snippet.html" %}
{% endblock %} {% block scripts %} {% endblock %}