{%- import "_macros.html" as macros with context -%} {% block title %}{{ title|striptags|e }} — {{ project }}{% endblock %} {%- block scripts %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {% endblock %} {%- block styles %} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {% endblock %} {%- block extra_head %}{% endblock %} {% include "header.html" %} {%- set has_sidebars = not embedded and (sidebars != []) %}
{% if has_sidebars %} {% endif %}
{% block body %}
{% set table_of_contents = get_table_of_contents() %} {% block page_navigation %}{% endblock %} {% block content %}{% endblock %} {% include "footer.html" %}
{% endblock %}