{% load render_bundle webpack_static get_files from webpack_loader %} Example {% render_bundle 'main' 'css' %} {% render_bundle 'app2' 'css' config='APP2' %}
{% 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 %}
  • {{ css_file.url }}
  • {% empty %}
  • All from getFiles already rendered
  • {% endfor %}