{# haiku/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the haiku theme. :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% macro topnav() %} {# This was written to add top level navigation to the top nav bar. It does not work well with any extension of the documentation and has to be extended manually. #}
{%- block haikurel3 %} Search [Home :: Getting Started :: Documentation :: Changelog :: FAQs] {%- endblock %}
{% endmacro %} {% macro nav() %}{%- block haikurel1 %} {%- endblock %} {%- if prev %} « {{ prev.title }} :: {%- endif %} {{ _('Contents') }} {%- if next %} :: {{ next.title }} » {%- endif %} {%- block haikurel2 %} {%- endblock %}
{% endmacro %} {% block content %}