{% extends "base.html" %} {% block title %}{{section.title}} – {{ config.extra.sitename|safe }}{% endblock title %} {% block head %} {% if section.extra.katex %}{{macros::katex()}}{% endif %} {% endblock head %} {% block body %} {% for a in section.ancestors %} {% set s = get_section(path=a) %} {{s.title}} {% if not loop.last %}>{% endif %} {% endfor %}
{{lang}} – {% for t in section.translations %} {% if t.lang|default(value=config.default_language) != lang %} {{t.lang|default(value=config.default_language)}} {% endif %} {% endfor %}

{{section.title | safe}}

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

{{page.title}}

{{page.date}}

{{page.description|safe}}

{% endfor %}
{% endblock body %}