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