{{ title }}
{% if subtitle %}
{{ subtitle }}
{% endif %} {% if body_html %}
{{ body_html|safe }}
{% endif %}
{% if subtoc_entries %}
In this section
{% for entry in subtoc_entries %}
{{ entry.label }}
{{ entry.page_label }}
{% endfor %}
{% endif %}