{% macro encore_absolute_link_tags(entry_point, webpack, preload) %} {% for file in encore_entry_css_files(entry_point, webpack) %} {% if preload %} {% else %} {% endif %} {% endfor %} {% endmacro %} {% macro encore_entry_js_files(entry_point, webpack, comment = null, preload = false, defer = true) %} {% if not preload and comment %} {% endif %} {% for file in encore_entry_js_files(entry_point, webpack) %} {% if preload %}
{% else %} {% endif %} {% endfor %} {% endmacro %} {% macro entry_js_url(url, preload = true, defer = true, comment = null) %} {% if preload %} {% else %} {% endif %} {% endmacro %}