{# Requires a single parameter app_bundle which is the name of the webpack bundle/app to load #} {% load storagemap %} {% load appconfig %} {% load render_bundle from webpack_loader %} {% block headers %} {% endblock %} {% csrf_token %} {% storagemap %} {% appconfig %} {% block app %}
{% endblock %} {% block bundles %} {% render_bundle 'vendor' %} {% render_bundle app_bundle %} {% endblock %}