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

Log in

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.username }}, Logout
{% endif %} {# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}

Don't have an account ? Sign up

{% block scripts %} {% endblock scripts %} {% endblock %}