{%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and (sidebars != []) %} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- macro relbar(bottom=False) %} {%- endmacro %} {%- macro sidebar() %} {%- if render_sidebar %}

 

 

 

{%- endif %} {%- endmacro -%} {%- macro seachbox() %} {%- if pagename != "search" %} {%- endif %} {%- endmacro -%} {{ metatags }} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {%- for cssfile in css_files %} {%- endfor %} {%- if not embedded %} {%- for scriptfile in script_files + ["_static/bootstrap-dropdown.js"] %} {%- endfor %} {%- if use_opensearch %} {%- endif %} {%- if favicon %} {%- endif %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {%- block extrahead %} {% endblock %} {% if theme_analytics_code %} {% endif %} {%- block header %} {% endblock %} {%- block content %} {%- block sidebar1 %} {# possible location for sidebar #} {% endblock %}
{%- block document %}
{% block body %} {% endblock %} {% if theme_disqus_shortname %}
{% endif %}
{%- endblock %} {%- block sidebar2 %}
{{ sidebar() }}
{% endblock %}
{%- endblock %} {%- block footer %} {%- endblock %} {% if theme_disqus_shortname %} {% endif %}