{# fenics/layout.html ~~~~~~~~~~~~~~~~~~ Sphinx layout template for the fenics theme. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. This theme is based on the default 'haiku' theme from Sphinx. Modified by Anders Logg for the FEniCS Project web pages, 2011. #} {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/platform_sniff.js'] %} {% set css_files = css_files + ['_static/print.css'] %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% macro nav() %}

{%- block fenicsrel1 %} {%- endblock %} About     Installation     Documentation     Developers     Citing     Contact {%- block fenicsrel2 %} {%- endblock %}

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

{{ shorttitle|e }}

{{ title|striptags|e }}

{%- endif %} {%- endblock %}
{{ nav() }}
{#{%- if display_toc %}

Table Of Contents

{{ toc }}
{%- endif %}#} {% block body %}{% endblock %}
{{ nav() }}
{% endblock %}