{% extends "region/base.html" %} {% load wagtailcore_tags wagtailimages_tags shared_filters %} {% block subheader %} {% image page.get_background_photo width-1920 as bg_img %} {% endblock %} {% block content %}
{{ page.text | richtext }} {% for block in page.content %} {% include_block block %} {% endfor %}
{% include "shared/small_calendar_snippet.html" %}
{% for block in page.sidebar_content %} {% include_block block %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% include "shared/followus_snippet_column.html" %}
{% endblock %}