{% extends '/PageParts/base_pagepart.html.twig' %} {% set tocContent = "" %} {% block pagepart %} {% if page is defined %} {% for pagepart in getpageparts(page, 'main') %} {% if 'HeaderPagePart' in pagepart.getDefaultView %} {% if pagepart.niv is defined and pagepart.niv == 2 %} {% set tocContent = tocContent ~ '
  • ' ~ pagepart.getTitle ~ '
  • ' %} {% endif %} {% endif %} {% endfor %} {% if tocContent %}
    {% endif %} {% endif %} {% endblock %}