{%- extends "basic/layout.html" %} {% set show_source = False %} {% set style = 'style.css' %} {%- block extrahead %} {{ super() }} {% endblock %} {%- block relbar2 %}{% endblock %} {%- block rootrellink %} {# Perhaps override the relbar() macro to place this on the right side of the link list? #}
  • settings{{ reldelim2 }}
  • {{ super() }} {% endblock %} {% block header %} {{ super() }} {% if pagename == 'index' %}
    {% endif %} {% endblock %} {%- block content %} {{ super() }} {% endblock %} {%- block footer %} {% if pagename == 'index' %}
    {% endif %} {%- if READTHEDOCS %} {%- endif %} {%- endblock %}