{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% block extrahead %} {%- include "head.html" %} {{ super() }} {% endblock %} {# Override content block #} {%- macro miniosidebar() %} {%- if render_sidebar %} {%- endif %} {%- endmacro %} {%- block header %} {%- include "header.html" %} {%- endblock %} {%- block content %}
{%- include "toc.html" %}
{% block body %} {% endblock %} {%- if pagename != "search-results" %} {%- include "footer.html" %} {%- endif %}
{%- endblock %} {%- block footer %} {%- include "cookie.html" %} {%- include "custom-scripts.html" %} {%- endblock %}