{% load wagtailcore_tags %} {% load static %} {% block content %}
{% if self.title or self.subtitle %}
{% if self.title %}

{{self.title}}

{% endif %} {% if self.subtitle %}
{{self.subtitle}}
{% endif %}
{% endif %}
{% for block in self.content %} {% include_block block %} {% endfor %}
{% endblock %}