{% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/style.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 %} {% endblock %} {% block relbar2 %}{% endblock %} {% block relbar1 %} {% if build_dev_html|tobool %}
This documentation is for the development version ({{ release }}) - Stable version
{% endif %} {{ super() }} {% endblock %} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %}