@inherits LayoutComponentBase @using System.Security.Claims @* Thin delegation to the shared ZB.MOM.WW.Theme side-rail chassis. ThemeShell owns the brand bar, the CSS-only narrow-viewport hamburger, and the responsive collapse, so MainLayout no longer carries its own .app-shell / hamburger wrapper. Nav sections are static
(NavRailSection) whose expand state is persisted to localStorage by the kit's (emitted in App.razor) — replacing the old interactive NavSidebar island + cookie/URL auto-expand. *@
Session
@context.User.Identity?.Name
@string.Join(", ", context.User.Claims .Where(c => c.Type == ClaimTypes.Role).Select(c => c.Value))
Session
Sign in
@Body