{% extends "basic/layout.html" %} {% block extrahead %} {% include 'css.html' %} {% endblock %}
{%- block header %} {% include 'header.html' %} {% endblock %} {%- block relbar1 %}{% endblock %} {%- block content %}
{% include 'sidebartoc.html' %}
{%- if theme_sidebar_mode == 'toctree' and theme_display_toc and display_toc %}
{% else %}
{% endif %}
{% block body %}{% endblock %} {% if next %}

Whats next

{% endif %}
{% include 'localtoc.html' %}
{%- endblock %} {%- block relbar2 %}{% endblock %} {%- block footer %} {% include 'footer.html' %} {% include 'script_footer.html' %} {% block script_footer %}{% endblock %} {%- endblock %}