{% block site_nav %}
{% block body %} {% endblock %}
{% endblock %}
{%- extends "basic/layout.html" %} {% set sphinx_material_include_searchbox=True %} {%- block body_tag %}
{%- endblock %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {% block font %} {% endblock %} {% block fonticon %} {% endblock %} {% include "google_analytics.html" %} {% if theme_touch_icon %} {% endif %} {{ super() }} {%- endblock %} {%- block extrahead %} {% if theme_touch_icon %} {% endif %} {{ super() }} {% include "version_dropdown.html" %} {% endblock %} {%- block header %} {% if theme_repo_type %} {% endif %} Skip to content {% include "header.html" %} {% endblock %} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block content %} {% set nav_bar_tabs = parents or theme_master_doc or theme_nav_links %}