{% if meta %}
{% endif %}
{{ meta.title }}
{{ content | add_heading_ids | safe }}
ON THIS PAGE
{% if toc %} {% macro render_toc(items, level=0) %}
{% for key, item in items.items() %}
{% endmacro %}
{{ render_toc(toc.headings) }}
{% endif %}
{{
item.title }}
{% if item.children %}
{{ render_toc(item.children, level + 1) }}
{% endif %}
{% endfor %}