{% endif %}
{# Templates defined in html_sidebars #}
{% for a_template in sidebars %}
{% include a_template %}
{% endfor %}
{# A callable yielding the global TOC tree containing the current
# page, rendered as HTML bullet lists.
# https://www.sphinx-doc.org/en/master/templating.html#toctree
#}