{% 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.extra.alt | default(value=
{{ page.content |safe }}
{%- endfor -%}
{% endblock content %}