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