@await Html.PartialAsync("_Navbar")
@RenderBody()
@await Html.PartialAsync("_Sidebar")
@await RenderSectionAsync("Scripts", required: false)