{% extends 'base.html.twig' %} {% block title %}Liste des articles {% endblock %} {% block body %} Mon Profil profil Mémento {% if app.user %} You are logged in as {{ app.user.userIdentifier }}, Logout {% endif %}