{% load render_bundle from webpack_loader %} {# this will be accessible in the global scope via `declare` in .ts files #} {{ library_address|json_script:"library-address"}} {{ addresses|json_script:"address-data"}} {# only load the map code bundle here, since we know we're rendering the map #} {% render_bundle 'memberMap' 'js' %}