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