{% extends 'base.html.twig' %} {% set titre ='Let’s make a tour' %} {% block title %}{% endblock %} {% block body %}
{% for notice in app.flashes('notice') %}
{{ notice }}
{% endfor %}

{{ titre }}

Discover the beauty

{{ include('dashboard/_form.html.twig') }}
{% endblock %}