{%- if display_toc %}
{%- endif %}
{% block body %}{% endblock %}
{# scrolls/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the scrolls theme, originally written by Armin Ronacher. :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {% set script_files = script_files + ['_static/theme_extras.js'] %} {%- block css %} {{ super() }} {%- endblock %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block content %}