{% component '@apostrophecms/template:inject' with { where: 'body', end: 'append', when: 'hmr' } %}
{% component '@apostrophecms/template:inject' with { where: 'body', end: 'append' } %}
{% block extraBody %}{% endblock %}
{% if data.scene == 'apos' %}
{% endif %}
{# Scripts must load after apos-modal in the DOM #}
{# This call is still here for backwards compatibility, but does nothing #}
{{ apos.asset.scripts(data.scene) }}
{# For project-level webpack injection in dev environments #}
{% block afterAposScripts %}{% endblock %}
{# Automatically does nothing in production #}
{{ apos.asset.refreshOnRestart() }}