{% if page.toc %} {% set items = page.toc %} {% set first = items | first %} {% if first and first.level == 1 %} {% set items = first.children %} {% endif %} {% if items %} {% endif %} {% endif %}