{% extends 'base.html.twig' %} {% block style %} {% endblock %} {% block title %}Log in!{% endblock %} {% block body %}

tChat

Internet are part of our life, but cats too.
{% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Connexion

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{% endblock %}