{# Displays the current page's Table of Contents. #} {% set page_toc = generate_toc_html() %} {%- if page_toc | length >= 1 %} {%- set page_navigation_heading_id = unique_html_id("pst-page-navigation-heading") -%} {%- endif %}