{# editorial/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the editorial theme. :copyright: Copyright 2016 by Alejandro Alvarez, see AUTHORS. :license: GPLv3, see LICENSE for details. #} {%- extends "basic/layout.html" %} {%- block doctype -%} {%- endblock %} {%- block extrahead %} {% if theme_forkme_ribbon|lower == 'true' %} {% endif %} {% if theme_analytics_id %} {% if theme_analytics_async %} {% else %} {% endif %} {% endif %} {% endblock %} {# Disable base theme's top+bottom related navs #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block content %}
{%- block document %} {% block body %}{% endblock %} {% if theme_prev_next_buttons_bottom|lower == 'true' and (next or prev) %} {% endif %} {%- endblock %}
{% if not embedded %} {% endif %}
{%- endblock %} {%- block footer %} {% if theme_forkme_ribbon|lower == 'true' and repo_name and repo_url %} Fork me on {{ theme_repo_name }} {% endif %} {% if theme_scroll_to_top|lower == 'true' %}
{% endif %} {%- endblock %}