{% render_block "js" %}
{% if request.toolbar and request.toolbar.edit_mode_active %}
{# When edit mode is active, we have to refresh js scripts after saving modifications #}
{# https://docs.django-cms.org/en/latest/topics/frontend-integration.html #}
{% endif %}
{% block body_js %}{% endblock body_js %}