Navigation
-
{% for toc_item in page.toc %}
- {{ toc_item.title }} {% if toc_item.children %}
- {{ toc_item.title }} {% endfor %}
-
{% for toc_item in toc_item.children %}
{%- block main_content %}
{% block content %}
{{ page.content }}
{% endblock %}