{# haiku/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the haiku theme. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/theme_extras.js'] %} {% set css_files = css_files + ['_static/print.css'] %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block htmltitle %} OpenColorIO {% endblock %} {% macro nav() %}

{%- block haikurel1 %} {%- endblock %} {%- block haikurel2 %} {%- endblock %}

{% endmacro %} {% block content %}
{%- block haikuheader %} {%- if theme_full_logo != "false" %} {%- else %} {%- if logo -%} {%- endif -%}

OpenColorIO

Open Source Color Management

{%- endif %} {%- endblock %}
{{ shorttitle|e }}
{#{%- if display_toc %}

Table Of Contents

{{ toc }}
{%- endif %}#}
{{ toctree(includehidden=1) }} {%- include "searchbox.html" %}
{% block body %}{% endblock %}

{{ nav() }}
{% endblock %}