{% extends "basic/layout.html" %} {% set css_files = css_files + [ '_static/css/normalize.css', '_static/css/bootstrap.css', '_static/css/mmenu.all.css', '_static/css/components.css', '_static/css/nengo.css', ]%} {% set script_files = script_files + [ '_static/js/modernizr.js', '_static/js/underscore.min.js', '_static/doctools.js', '_static/js/searchtools.js', '_static/js/webflow.js', '_static/js/bootstrap.js', '_static/js/mmenu.all.min.js', '_static/js/fontawesome.js', '_static/js/custom.js', ]%} {%- block extrahead %} {% endblock %} {# Silence the sidebars, relbars #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %} {% include "navbar.html" %}
{%- if not hidesidebar %}
{%- endif %}
{% include "versions.html" %} {% block body %}{% endblock %}
{%- endblock %} {%- block footer %} {%- include "footer.html" %} {%- endblock %} {%- block scripts %} {{- script() }} {%- endblock scripts %}