{# Sphinx layout template for the Solarized theme which is shamelessly based on the official Haiku theme. #} {%- extends "basic/layout.html" %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% macro nav() %}

{%- if prev %} «  {{ prev.title }}   ::   {%- endif %} {{ _('Contents') }} {%- if next %}   ::   {{ next.title }}  » {%- endif %}

{% endmacro %} {% block content %}
{#{%- if display_toc %}

{{ _('Table of Contents') }}

{{ toc }}
{%- endif %}#} {% block body %}{% endblock %}
{% endblock %} {%- block footer %} {%- endblock %}