{{ main_section or "" }}
{# toc, parent, child, next sibling #}
{% if show_toc and toc_list -%}
Contents
-
{% for t in toc_list -%}
- {{ t.title }} {%- endfor %}
{{ links.parent.title }}
{% if links.get("next") -%}
{{ links.next.title }}
{%- endif -%}
{% if links.get("child") -%}
{{ links.child.title }}
{%- endif -%}
{%- endif %}
{% if enable_comments -%}