{% import 'macros/macros.html.twig' as toc_macros %} {% if active or toc_config_var('active') %}
{% set table_of_contents = toc_items(page.content) %} {% if table_of_contents is not empty %}

{{ 'PLUGIN_PAGE_TOC.TABLE_OF_CONTENTS'|t }}

{% endif %}
{% endif %}