You have attempted of activities on this page
{% block nextprevious %}
{% include "subchapter.html" %}
{% endblock %}
{% 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 %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %}
{% endmacro %} {%- block extrahead %} {% 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 %}