{% extends settings.utils.LayoutSettings.base_template %} {% load wagtailcore_tags %} {% load has_tabs %} {% block head_content %} {% include 'includes/optional-introduction.html' with value=self %} {% include "includes/social_fields.html" %} {% 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 %} {% endblock head_content %} {% block content %}
{% endblock %}