@* Ajout des favicons *@ @* Ajout de bootstrap *@ @if (User.Identity?.IsAuthenticated == true) { Bonjour @User.Identity.Name Déconnexion } else { Connexion }
@RenderBody()
@if(ViewContext.RouteData.Values["area"]?.ToString() != "Administration") { @await Component.InvokeAsync("Sidebar") }