{% extends "base.html" %} {% block content %}

{{- section.title -}}

{%- if section.extra.subtitle -%}

{{- section.extra.subtitle -}}

{%- endif -%}
{{- section.content | safe -}}
{%- for page in section.pages -%}

{{ page.title }}

{{ page.content | split(pat="") | first | safe }}
{%- endfor -%}
{% endblock content %}