{% set toc = page.toc %} {% if "\x3ch1 id=" in page.content %} {% set toc = (toc | first).children %} {% endif %} {% if toc and (toc | first) %}
    {% for toc_item in toc %} {% include "partials/toc-item.html" %} {% endfor %}
{% endif %}