{# Master layout template based on basic theme. #} {%- block doctype -%} {%- endblock %} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} {%- set lang_attr = 'en' if language == None else (language | replace('_', '-')) %} {%- macro script() %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for css_file in css_files %} {%- if css_file|attr("filename") %} {{ css_tag(css_file) }} {%- else %} {%- endif %} {%- endfor %} {%- endmacro %} {{- metatags }} {{ title|striptags|e }}{{ titlesuffix }} {%- block css %} {{- css() }} {%- endblock %} {%- if not embedded %} {%- block scripts %} {{- script() }} {%- endblock %} {%- if pageurl %} {%- endif %} {%- if use_opensearch %} {%- endif %} {%- if favicon_url %} {%- endif %} {%- endif %} {%- block linktags %} {%- if hasdoc('genindex') %} {%- endif %} {%-if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {%- block extrahead %} {% endblock %} {%- block header %}
{% endblock %}
{% block body %} {{ body }} {% endblock %}
{%- block footer %} {%- include "footer.html" %} {%- endblock %}