{%- block css %} {%- for css in css_files %} {%- if css is string %} {%- else %} {%- endif %} {%- endfor %} {%- endblock %} {%- block extrahead %}{% endblock %} {%- include "sphinx_hextra/partials/navbar.html" %}
{%- include "sphinx_hextra/partials/sidebar.html" %}
{% block body %}{% endblock %}
{%- include "sphinx_hextra/partials/toc.html" %}
{%- include "sphinx_hextra/partials/footer.html" %} {%- block scripts %} {%- for scriptfile in script_files %} {%- if scriptfile is string %} {%- else %} {%- endif %} {%- endfor %} {%- endblock %}