{% load render_bundle webpack_static get_files from webpack_loader %}
{% render_bundle 'main' 'js' attrs='async charset="UTF-8"'%}
{% render_bundle 'app2' 'js' config='APP2' %}
{% render_bundle 'getFiles' 'css' config='GET_FILES' %}
{% get_files 'getFiles' 'css' config='GET_FILES' skip_common_chunks=True as other_files %}
{% for css_file in other_files %}