@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContentBefore }) @if (IsSectionDefined("Breadcrumb")) { @RenderSection("Breadcrumb") }
@RenderBody()
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContentAfter })