@RenderBody()
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContentAfter })
@{ Layout = "_Root.Head"; } @await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BodyStartHtmlTagAfter }) @{ await Html.RenderPartialAsync("_Notifications"); } @{ await Html.RenderPartialAsync("_JavaScriptDisabledWarning"); }