{%- extends "basic/layout.html" %} {# Do this so that bootstrap is included before the main CSS file. #} {%- block htmltitle %} {%- block ga %} {%- if theme_google_analytics_tracking_id %} {%- endif %} {%- endblock %} {{ super() }} {%- endblock %} {# Displays the PREVIOUS and NEXT links both before and after content. #} {% macro render_relations() -%} {% if prev or next %}
{% endif %} {%- endmacro %} {%- macro guzzle_sidebar() %}
{%- if sidebars != None %} {#- new style sidebar: explicitly include/exclude templates #} {%- for sidebartemplate in sidebars %} {%- include sidebartemplate %} {%- endfor %} {% else %} {% include "searchbox.html" %} {% include "globaltoc.html" %} {%- endif %}
{%- endmacro %} {%- block header -%} {% include "header.html" %} {%- endblock %} {%- block content %}
{%- block sidebar1 %}{{ guzzle_sidebar() }}{% endblock %} {%- block document_wrapper %} {%- block document %}
{% block breadcrumbs %}
{% endblock %}
{% block body %} {% endblock %}
{%- block bottom_rel_links %} {{ render_relations() }} {%- endblock %}
{%- block comments -%} {% include "localtoc.html" %} {%- endblock %}
{%- endblock %} {%- endblock %}
{%- endblock %} {%- block footer %} {% include "footer.html" %} {%- endblock %}