{{ include('partials/header.html.twig') }} {% if flash.has('message') %} {% endif %}

{% block page_title %}{% endblock %}

{% block main %}{% endblock %}
{{ include('partials/footer.html.twig') }}