{% extends 'base.html.twig' %} {% block title %}Log in!{% endblock %} {% block body %} {% for flashError in app.flashes('verify_email_error') %} {% endfor %}

Please Sign in

{# 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
#}
{% endblock %}