{# 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 %}