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