{% extends 'base.html.twig' %}{% block title %}Hello HomeController!{% endblock %}{% block body %}{% if is_granted('ROLE_ADMIN') == false %}<div class="text-center"> <h1 class="display-8 fw-bold">Utilisateur1:password1 pour se connecter en Admin</h1></div>{% endif %}<div>Derniers articles:{% include 'article/list.html.twig' with { articles } %}</div>{% endblock %}