{% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock %} {% set css_files = css_files + [ '_static/' + theme_stylesheet, '_static/foundation-sphinx.css' ] %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and sidebars %} {% set script_files = script_files + [ '_static/what-input/what-input.min.js', '_static/foundation-sites/foundation.min.js' ] %} {%- macro topBar() %} {% include "topbar.html" %} {%- endmacro %} {%- block relbar1 %}{% endblock %} {%- macro foundation_sidebar() %} {%- if render_sidebar %} {%- endif %} {%- endmacro %} {%- block content %} {{ topBar() }}
{%- block sidebar1 %} {%- if not theme_rightsidebar|tobool %}{{ foundation_sidebar() }}{%- endif %} {%- endblock %} {%- block document %}
{% block body %} {% endblock %}
{%- endblock %} {%- block sidebar2 %} {%- if theme_rightsidebar|tobool %}{{ foundation_sidebar() }}{%- endif %} {%- endblock %}
{%- endblock %} {%- block relbar2 %}
{{ super() }}
{% endblock %} {%- block footer %}
{{ super() }}
{%- endblock %}