{# Scripts that should be loaded first to avoid flickering (theme, etc) #} {% if static.scripts | length >= 1 %} {% for _, script in static.scripts | items %} {# Only load script if it should be in the head #} {% if script.place_in_head | default(False) %} {% endif %} {% endfor %} {% endif %} {{ page_title }} {% if meta_list %} {% for meta in meta_list %} {% endfor %} {% endif %} {% if favicon_list %} {% for icon in favicon_list %} {% endfor %} {% endif %} {% if static.css | length >= 1 +%} {% for _, style in static.css | items %} {% endfor %} {% endif %}