{% extends "base.html" %} {% load static %} {% load render_bundle from webpack_loader %} {% block scripts %} {% render_bundle "chunk-vendors" config='WORKSPACE'%} {% render_bundle bundle_name config='WORKSPACE'%} {% endblock scripts %} {% block app %}
{% endblock app %}