{% extends "basic/layout.html" %} {% set css_files = css_files + ['_static/tweaks.css'] %} {% block sidebar2 %}
{%- if not embedded %}{% if not theme_nosidebar|tobool %} {%- block sidebarlogo %} {%- if logo %} {%- endif %} {%- endblock %} {%- block sidebartoc %} {%- if display_toc %}

{{ _('Table Of Contents') }}

{{ toc }} {%- endif %} {%- endblock %} {%- block sidebarrel %} {%- if prev %}

{{ _('Previous topic') }}

{{ prev.title }}

{%- endif %} {%- if next %}

{{ _('Next topic') }}

{{ next.title }}

{%- endif %} {%- endblock %} {%- block otherversions %} {%- if other_versions %}

{{ _('Other Versions') }}

{%- endif %} {%- endblock %} {%- block projectsource %} {%- if cgit_link %}

{{ _('Project Source') }}

{%- endif %} {%- endblock %} {%- block sidebarsourcelink %} {%- if show_source and has_source and sourcename %}

{{ _('This Page') }}

{%- endif %} {%- endblock %} {%- if customsidebar %} {% include customsidebar %} {%- endif %} {%- block sidebarsearch %} {%- if pagename != "search" %} {%- endif %} {%- endblock %} {%- endif %}{% endif %}
{% endblock %} {% block relbar1 %}{% endblock relbar1 %} {% block header %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}