{% extends settings.utils.LayoutSettings.base_template %} {% load wagtailimages_tags wagtailcore_tags %} {% load has_tabs %} {% block main_content %}
{% include 'includes/breadcrumbs.html' %}
{% include 'includes/optional-introduction.html' with value=self %}
{% if self.feed_image %}
{% image self.feed_image original as feed_image %} {{ self.feed_image.title }}
{% endif %}
{% if self.key_info or self.in_depth %}
{% has_tabs self.key_info self.in_depth as show_tabs %} {% if show_tabs %} {% endif %}
{% if self.key_info %}
{{ self.key_info|safe }}
{% endif %} {% if self.in_depth %}
{{ self.in_depth|safe }}
{% endif %}
{% if show_tabs %} {% endif %}
{% endif %}
{% include "includes/highlight.html" %}
{% include "includes/row_siblings_in_section.html" with page=self class="p-3 p-lg-5 mb-4"%}
{% include "includes/highlight.html" %}
{% endblock main_content %}