@await RenderSectionAsync("Styles", required: false) @* Hidden containers for TempData messages (read by toast-notifications.js) *@ @if (TempData["Success"] != null) { } @if (TempData["Error"] != null) { } @if (TempData["Warning"] != null) { } @if (TempData["Info"] != null) { } @RenderBody() @await RenderSectionAsync("Scripts", required: false)