{% 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 %}