{% extends "index.html" %} {% block subtitle %} {% set current_section = get_section(path=page.ancestors[1]) %} {{ current_section.title }} {% endblock %} {% block content %} {{ page.content | safe }} {% endblock %} {% block menu %} {% set global_section = get_section(path="_index.md") %} {% for s in global_section.subsections %} {% set subsection = get_section(path=s) %}