{% extends "basic/layout.html" %} {% if dynamic_pages == 'True' %} {% set appname = '{{ =request.application }}' %} {% endif %} {% 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?v='+runestone_version, '_static'+'/theme-overrides.css', ] %} {%- block doctype -%} {%- endblock %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %}
{% endmacro %} {%- block extrahead %} {% if minimal_outside_links != 'True' %} {% endif %} {% 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() }}