{{ theme.includeFavicon() | raw }} {{ theme.includeFonts() | raw }} {% block stylesheets %} {# {{ encore_entry_link_tags('app') }} #} {% for path in theme.getGlobalAssets('css') %} {% endfor %} {% for path in theme.getVendors('css') %} {% endfor %} {% for path in theme.getCustomCss() %} {% endfor %} {% endblock %}
{% include 'partials/theme-mode/_init.html.twig' %} {% block layout %}{% endblock %} {% block javascripts %} {# {{ encore_entry_script_tags('app') }} #} {% for path in theme.getGlobalAssets() %} {% endfor %} {% for path in theme.getVendors('js') %} {% endfor %} {% for path in theme.getCustomJs() %} {% endfor %} {% endblock %}