{# 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 %} {% if app_bundle %} {% render_bundle app_bundle 'css' %} {% endif %} {% csrf_token %} {% storagemap %} {% appconfig %}
{% block bundles %} {% if app_bundle %} {% render_bundle app_bundle 'js' %} {% endif %} {% endblock %}