{% load render_bundle webpack_static 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' %}