{%- set page_title = "" if embedded or not docstitle else docstitle|e %} {{ page_title }} {%- for cssfile in css_files %} {%- endfor %} {%- if not embedded %} {%- if favicon %} {%- endif %} {%- endif %} {%- for scriptfile in script_files %} {%- if scriptfile not in ('_static/underscore.js', '_static/doctools.js') %} {%- endif %} {%- endfor %}
{% block body %}{% endblock %}