{# Sphinx layout template for the classic theme. #}
{%- extends "basic/layout.html" %}

{%- block scripts %}
    {{ super() }}
    {% if theme_collapsiblesidebar|tobool %}
    
    {% endif %}
{%- endblock %}

{%- block sidebarextra %}{% if theme_collapsiblesidebar|tobool %}
{{ '»' if theme_rightsidebar|tobool else '«' }}
{% endif %}{% endblock %}