{{ page.title }}
{{ page.content }}
Contents
-
{% for toc_item in page.toc %}
- {{ toc_item.title }} {% for toc_item in toc_item.children %}
- {{ toc_item.title }} {% endfor %} {% endfor %}
{% if page.previous_page %}
Previous
arrow_back
{{page.previous_page.title}}
{% else %}
{% endif %}
{% if page.next_page %}
Next
arrow_forward
{{page.next_page.title}}
{% else %}
{% endif %}