{% block css %} {{ includeFonts() }} {% for file in getVendors('css') %} {% endfor %} {% for file in getCustomCss() %} {% endfor %} {% for file in getGlobalAssets('css') %} {% endfor %} {% endblock css %} {% include 'partials/theme-mode/_init.html' %} {% block layout %} {% endblock layout %} {% block javascript %} {% for file in getGlobalAssets('js') %} {% endfor %} {% for file in getVendors('js') %} {% endfor %} {% for file in getCustomJs() %} {% endfor %} {% endblock javascript %}