@await RenderSectionAsync("Styles", required: false)
@await Component.InvokeAsync("SideMenu")
@await Html.PartialAsync("Components/_TopBar")
@RenderBody()
@await Html.PartialAsync("Components/_ProfileDrawer")
@await RenderSectionAsync("Scripts", required: false)