{% extends 'base.html.twig' %} {% set show_layout = false %} {% block title %}Connexion{% endblock %} {% block meta %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Bienvenue sur Badge Psy

{% if error %} {% endif %} {% if app.request.get('_failure_path') %} {% endif %}
{% endblock %}