{{ page.title }} {% for parent in page.toc %} {% if parent.level == 2 %} {#- -#} {{ parent.title }} {#- -#} {% if parent.children %} {% for child in parent.children %} {% if child.level == 3 %} {#- -#} {{ child.title }} {#- -#} {% endif %} {% endfor %} {% endif %} {#- -#} {% endif %} {% endfor %} {{ page.content | safe }}