{% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/bootstrap-css-tweaks.js'] %} {% set css_files = ['_static/css/bootstrap.css', '_static/css/fix.css', '_static/css/bootstrap-responsive.css', '_static/bootstrap-sphinx.css'] + css_files %} {%- block extrahead %} {% endblock %} {% block header %} {% if theme_git_repo %} Fork me on GitHub {% endif %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block sidebar1 %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block content %}
{% block body %} {% endblock %}
{%- endblock %} {%- block footer %} {% if theme_google_analytics_id %} {% endif %} {%- endblock %}