{# Import the theme's layout. #} {% extends "basic/layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/cloudtheme/css/catalystcloud.css'] %} {% set css_files = css_files + ['_static/bootstrap/css/bootstrap.min.css', '_static/bootstrap/css/bootstrap-theme.min.css', '_static/cloudtheme/css/catalystcloud.css'] %} {% set script_files = script_files + [ '_static/js/jquery-1.11.0.min.js', '_static/js/jquery-fix.js', '_static/bootstrap/js/bootstrap.min.js', '_static/bootstrap-sphinx.js' ] %} {%- set render_sidebar = False %} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %}
{% include "navbar.html" %}
{% include "breadcrumbs.html" %} {% block body %}{% endblock %}
{% block sidebar2 %} {# possible location for sidebar #} {% endblock %}
{%- endblock %} {%- block footer %} {%- endblock %}