{{ include('default/_flash_messages.html.twig') }}
{% block main %}{% endblock %}
{% block sidebar %}
{% endblock %}
{% endblock %}
{% block footer %}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
{# it's not mandatory to set the timezone in localizeddate(). This is done to
avoid errors when the 'intl' PHP extension is not available and the application
is forced to use the limited "intl polyfill", which only supports UTC and GMT #}