{%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {%- macro script() %} {%- for scriptfile in script_files[2:] %} {%- if js_tag is defined %} {{ js_tag(scriptfile) }} {%- else %} {%- if scriptfile %} {%- endif %} {%- endif %} {%- endfor %} {%- if app_data_path is defined %} {%- endif %} {%- endmacro %} {%- macro sometoc(toctree) %} {% if toctree %} {{ toctree }} {% else %}
{{ toc }}
{% endif %} {%- endmacro %} {%- macro navigation(toctree) %} {%- endmacro %} {%- macro prev_next() %} {% if prev or next %}
{% if prev %}
{% endif %} {%- if next and next.title != '<no title>' %}
{%- endif %}
{% endif %} {%- endmacro %} {%- macro sbox() %}
{%- endmacro -%} {{ metatags }} {% if pagename == 'index' %} {{ title|striptags|e }}{{ titlesuffix }} {% else %} {{ project }} - {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {{ css() }} {%- block scripts %} {{- script() }} {%- endblock %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {% block extrahead %}{% endblock %}
{% include "logo-text.html" %}

{{ title|striptags }}

{{ title }}
{% if hasdoc('genindex') and pagename != 'genindex' and theme_show_index %}
{% endif %} {%- if show_source and has_source and sourcename %}
{% endif %}
{{ prev_next() }}
{% if prev %} {% endif %} {% if pagename != 'index' %} {% endif %} {% if pagename != 'search' %} {% endif %} {% if hasdoc('genindex') and pagename != 'genindex' and theme_show_index %} {% endif %} {% if next %} {% endif %}
{% set toctree = toctree(maxdepth=theme_globaltoc_depth|toint, collapse=theme_globaltoc_collapse|tobool, includehidden=theme_globaltoc_includehidden|tobool) %}
{% block body %}{% endblock %}
{% if pagename != 'glossary' %} {% endif %} {%- block analytics %} {%- if theme_google_analytics_id %} {%- endif %} {%- endblock %}