{% block docs_toc %} {# Define content / TOC behavior depending on whether we have sidebars #} {% set toc_show_width = "xl" if sidebars else "md" %}
{% if meta is defined and not (meta is not none and 'notoc' in meta) %} {% for toc_item in theme_page_sidebar_items %}
{% include toc_item %}
{% endfor %} {% endif %}
{% endblock %}