{% render_block "js" %}
// 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
{% if request.toolbar and request.toolbar.edit_mode_active %}
{% endif %}
{% block body_js %}{% endblock body_js %}