{% block appcontent %}{% endblock appcontent %}
{% endblock body %}
{% block javascript %}
{% if serialized_object %}
{{ serialized_object|json_script:"object" }}
{% endif %}
{# Prebuilt BokehJS bundle, exposed as the global `Bokeh`. The app bundle #}
{# references it via webpack `externals` (see webpack.config.js), so these #}
{# must load before app.bundle.js. The version is the one pinned for #}
{# @bokeh/bokehjs in package.json, read by `ce_ui.bokehjs`. #}
{% endblock javascript %}