{% if app.user %}
Logout
{% else %}
Login
{% endif %}
{% if is_granted('ROLE_ADMIN') %}
Page Admin
{% endif %}
Salut.