{% extends 'layout.html.twig' %} {% block title %}Log in!{% endblock %} {% block body %}
{% if error %}
Nom d'utilisateur ou mot de passe invalide!
{% endif %} {% if app.user %}
You are logged in as {{ app.user.username }}, Logout
{% endif %}
{% endblock %}