You have attempted of activities on this page
{% include "subchapter.html" %}
{% extends "basic/layout.html" %} {% if dynamic_pages == 'True' %} {% set appname = '{{ =request.application }}' %} {% endif %} {% if theme_bootswatch_theme %} {% set css_files = css_files + ['http://netdna.bootstrapcdn.com/bootswatch/2.3.1/' + theme_bootswatch_theme + '/bootstrap.min.css'] %} {% endif %} {%- block doctype -%} {%- endblock %} {%- block scripts %} {# Override the scripts block from sphinx so we can force loading of jquery/underscore/doctools js files #} {{ js_defer(script_files) }} {{ super() }} {%- endblock %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %}
{% endmacro %} {%- block extrahead %} {% if not favicon %} {% endif %} {% if dynamic_pages == 'True' %} {% raw %} {{ if response.serve_ad and settings.adsenseid: }} {{ pass }} {% endraw %} {% 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() }} {%- endblock %} {%- block footer %} {% if dynamic_pages == 'True' %} {% raw %} {{ if request.application == 'runestone':}} {{ pass }} {% endraw %} {% if minimal_outside_links != 'True' %} {% endif %} {% endif %} {% endblock %}