{%- extends "basic/layout.html" %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {{ super() }} {%- endblock %} {# Displays the next and previous links both before and after content #} {% macro render_relations(class='footer-links', add_spacer=0) -%} {% if prev or next %}
{% else %} {% if add_spacer %}
{% endif %} {% endif %} {%- endmacro %} {%- block extrahead %} {% if theme_touch_icon %} {% endif %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {%- block content %} {%- if pagename == 'index' and theme_index_template %} {% include theme_index_template %} {%- else %}
{%- block top_rel_links %} {{ render_relations('top-links', 1) }} {%- endblock %} {%- block document_wrapper %}
{%- block sidebar1 %}{{ sidebar() }}{% endblock %} {%- block document %}
{% block body %} {% endblock %}
{%- endblock %} {%- block sidebar2 %}{# Place holder for other sidebar #}{% endblock %}
{%- endblock %} {%- block bottom_rel_links %} {{ render_relations('footer-links') }} {%- endblock %} {%- block comments -%} {% if theme_disqus_comments_shortname %}
{% include "comments.html" %}
{% endif %} {%- endblock %}
{%- endif %} {%- endblock %} {%- block footer %} {%- block footer_wrapper %} {%- endblock %} {%- block ga %} {%- if theme_google_analytics_account %} {%- endif %} {%- endblock %} {% block key_events %} {% if theme_bind_key_events %} {% endif %} {% endblock %} {%- endblock %}