{% extends 'template.html.twig' %} {% block title %}Mon Site Demo - Connextion{% endblock %} {% block body %}
{{ include('flash.html.twig') }} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

Se Connecter

{# If you want to control the URL the user is redirected to on success #}
{% endblock %}