{{ head | indent(4) -}}
{% if NOCOVER is not defined %}
{{ COVER_TOP | default('') }}
{{ COVER_CENTER | default(document.config.title) }}
{{ COVER_BOTTOM | default(now.year) }}
{% endif %}
{% for item in toc() recursive %}
{{ item.title }}
{% if item.children %}
{{ loop(item.children) }}
{% endif %}
{% endfor %}
{% for page, number, title, body in content %}
{{ body }}
{% endfor %}