@await Html.PartialAsync("Layouts/Sections/_Variables") @inject IHttpContextAccessor httpContextAccessor @ViewData["title"] | @TempData.Peek("appName") - Asp.Net Core Admin Template @await Html.PartialAsync("Layouts/Sections/_Styles") @RenderSection("VendorStyles", required: false) @RenderSection("PageStyles", required: false) @await Html.PartialAsync("Layouts/Sections/_ScriptsIncludes") @RenderBody() @await Html.PartialAsync("Layouts/Sections/_Scripts") @RenderSection("VendorScripts", required: false) @RenderSection("PageScripts", required: false)