We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125a599 commit e07dfd7Copy full SHA for e07dfd7
templates/pages/listing.html.twig
@@ -18,6 +18,11 @@
18
{% block filters %}{% endblock %}
19
</div>
20
21
+ {% block toc %}
22
+ {% if page.displayOnThisPageNavigation is defined and page.displayOnThisPageNavigation and toc is defined %}
23
+ {{ include('@W3CWebsiteTemplates/components/styles/toc.html.twig') }}
24
+ {% endif %}
25
+ {% endblock %}
26
{% block list %}{% endblock %}
27
{% block pagination %}
28
{% include '@W3CWebsiteTemplates/components/styles/pagination.html.twig' %}
0 commit comments