{% include "_toast_container.html.twig" %}
{# Here will be the real content be injected#}
{# These empty divs are here to ensure that Turbo Morphing correctly removes homepage elements when navigating away #}
{% block content %}
{% endblock %}
{% include "_turbo_control.html.twig" %}
{% block scripts %}
{% endblock %}