{%- block extrahead %} {% endblock %} {%- block css %} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- endblock %} {%- block scripts %} {#- In order to allow strings to be translated, they must be passed to gettext here #} {#- Any user-facing string that is translated must be in this object #} {#- Note that these can only be simple key-value translations #} {#- If something better comes along this will be removed #} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endblock %} {%- if pageurl %} {%- endif %} {%- if favicon %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %}
{%- block header %}{% endblock %}