{{ include('partials/header.html.twig') }} {% if flash.has('message') %}
{{ flash.get('message') }}
{% endif %}
{% block page_title %}{% endblock %}
{% block main %}{% endblock %}
{{ include('partials/footer.html.twig') }}