{%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {%- macro script() %} {%- for scriptfile in script_files[1:] %} {%- endfor %} {%- endmacro %} {%- macro navigation() %} {%- endmacro %} {% macro prev_next() -%} {% if prev or next %}
{% if prev %}
{% endif %} {%- if next and next.title != '<no title>' %}
{%- endif %}
{% endif %} {%- endmacro %} {% macro sbox() -%}
{%- endmacro %} {% if pagename == 'index' %} {{ title|striptags|e }}{{ titlesuffix }} {% else %} {{ project }} - {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {{ css() }} {%- block scripts %} {{- script() }} {%- endblock %} {% block extrahead %}{% endblock %} {%- block analytics %} {%- if theme_google_analytics_id %} {%- endif %} {%- endblock %}