{# NB: it is important to put the Skin CSS before the main one, otherwise some things don't show as intended #} {% assets "css_skin_%s" % config['SKIN'] %} {% endassets %} {% assets "css_main" %} {% endassets %} {% set apple_icon_sizes = ['57x57', '60x60', '72x72', '76x76', '114x114', '120x120', '144x144', '152x152', '180x180'] %} {% for size in apple_icon_sizes %} {% endfor %} {% set favicon_sizes = ['16x16', '32x32', '96x96', '194x194'] %} {% for size in favicon_sizes %} {% endfor %} {% assets "js_head" %} {% endassets %} {{ config['EXTRA_HTML_HEAD']|safe }}
{% include "includes/stage.html" %} {% include "includes/tooltip.html" %}