{# epfl/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the EPFL theme. :copyright: Copyright 2012 EPFL, see AUTHORS. :license: GPLV3, see LICENSE for details. #} {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/jquery.hoverIntent.minified.js', '_static/jquery.treeview.minified.js', '_static/epfl-navigation.js'] %} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {% block extrahead %} {% endblock %} {%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {% block header %}
{% endblock %} {% block relbar1 %}
{% block relbaritems %}{% endblock %}

{{ shorttitle|e }}

{% endblock %} {% block content %}
{% block body %}{% endblock %}
{% if render_sidebar %}
{%- block sidebar1 %}{{ toctree(collapse=False, maxdepth=-1) }}{% endblock %}
{%- if sidebars != None %} {#- new style sidebar: explicitly include/exclude templates #} {%- for sidebartemplate in sidebars %} {%- include sidebartemplate %} {%- endfor %} {%- else %} {%- block sidebarsourcelink %}{%- include "sourcelink.html" %}{%- endblock %} {%- if customsidebar %}{%- include customsidebar %}{%- endif %} {%- endif %}
{%- endif %} {%- endblock %} {% block relbar2 %}{% endblock %} {% block footer %}
{% endblock %}