{% extends "basic/layout.html" %} {% set script_files = ['_static/runestonebase.js'] + script_files + [ '_static'+'/jquery-ui-1.10.3.custom.min.js', '_static'+'/jquery-fix.js', '_static'+'/bootstrap-3.0.0/js/bootstrap.min.js', '_static'+'/bootstrap-sphinx.js', '_static'+'/waypoints.min.js', '_static'+'/user-highlights.js', '_static'+'/jquery.idle-timer.js', '_static'+'/processing-1.4.1.min.js', '_static'+'/jquery.hotkey.js', '_static'+'/jquery-migrate-1.2.1.min.js', '_static'+'/presenter_mode.js', ] %} {% set css_files = ['_static/bootstrap-3.0.0/css/bootstrap.min.css', '_static/presenter_mode.css'] + css_files %} {% if theme_bootswatch_theme %} {% set css_files = css_files + ['http://netdna.bootstrapcdn.com/bootswatch/2.3.1/' + theme_bootswatch_theme + '/bootstrap.min.css'] %} {% endif %} {% set css_files = css_files + [ '_static'+'/jquery-ui-1.10.3.custom.min.css', '_static'+'/bootstrap-sphinx.css', '_static'+'/user-highlights.css', '_static/runestone-custom-sphinx-bootstrap.css', ] %} {%- block doctype -%} {%- endblock %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %} {% endmacro %} {%- block extrahead %}
{% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %} {{ navBar() }}
{% block body %}{% endblock %} {% block nextprevious %} {% include "subchapter.html" %} {% endblock %}
{%- endblock %} {%- block footer %} {% if appname == "runestone" %} {% endif %} {% endblock %}