{% extends "basic/layout.html" %} {%- block css %} {% include 'styles.html' %} {%- endblock %} {%- block htmltitle %} {% if pagename == 'index' %} {{ docstitle|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {%- endblock %} {%- block extrahead %} {% include 'meta.html' %} {% include 'fonts.html' %} {% include 'favicon.html' %} {% include 'ga.html' %} {%- endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {% block body_tag %} {%- endblock %} {%- block content %} {%- include "docs-navbar.html" %}
{% if pagename == 'index' or pagename == 'docs/gallery' or pagename == 'docs/installation' or pagename == 'search' %}
{% else %} {%- include "docs-sidebar.html" %} {%- include "docs-toc.html" %}
{% endif %}
{% block body %} {% endblock %}
{%- include "scripts.html" %} {%- endblock %} {%- block footer %} {% include 'footer.html' %} {%- endblock %}