{% apply spaceless %}
{% for file in encore_entry_js_files(file, elements_staticFolder() == '/static/debug' ? 'debug' : 'build' ) %}
<script data-cookieconsent="ignore" src="{{ asset(file) }}" async></script>
{% endfor %}
{% endapply %}