{% for toc_item in page.toc %}

{{ toc_item.title }}

{% if toc_item.children %}
    {% include 'partials/sidebar-item.html' %}
{% endif %} {% endfor %}