{% extends "!layout.html" %} {% set css_files = css_files + ['_static/reset-syntax.css'] %} {% block extrahead %} {% if use_google_analytics|tobool %} {% endif %} {% if (use_twitter|tobool) or (use_media_buttons|tobool) %} {% endif %} {% if use_media_buttons|tobool %} {% endif %} {{ super() }} {% endblock %} {% block relbar2 %}{% endblock %} {% block relbar1 %} {% if build_dev_html|tobool %}
{% endif %} {{ super() }} {% endblock %} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %} {%- block footer %} {%- endblock %}