{% 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. Keep the version in sync with the #}
{# @bokeh/bokehjs version in package.json. #}
{% endblock javascript %}