{% if toc %}
ON THIS PAGE
{% 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 %}
BACKLINKS
{% for backlink in backlinks.backlinks %}
{{ backlink.title }}
{% else %} No backlinks found
{% endfor %}