{% comment %} basic/sidebar.html ~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template. {% endcomment %} {% load basictheme %} {% if render_sidebar %}
{% if logo %} {% endif %} {% if sidebars %} {% for sidebar in sidebars %} {% include sidebar %} {% endfor %} {% else %} {% include "localtoc.html" %} {% endif %}
{% endif %}