{% block docs_toc %} {% if meta is defined and not (meta is not none and 'theme_html_remove_secondary_sidebar' in meta) %}
{% for toc_item in theme_page_sidebar_items %}
{% include toc_item %}
{% endfor %}
{% endif %} {% endblock %}