{% extends 'left/left.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %}Log in!{% endblock %} {% block body %}

Please sign in

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.username }}, Logout
{% endif %}
{% endblock body %}