{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% block styles %} {{super()}} {% endblock %} {% block navbar %} {% include 'navbar.html' %} {% endblock %} {% block content %}
{% include 'sidebar.html' %}
{% block scrypture_content %} {% endblock %}
{% endblock %} {% block scripts %} {{super()}} {% endblock %} {% block head %} {{super()}} {{fixes.ie8()}} {% endblock %}