Try your search with a different keyword or use * as a wildcard.
@{
Layout = "_Root";
}
@await RenderSectionAsync("Breadcrumb", false)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.MainColumnBefore })
@RenderBody()
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.MainColumnAfter })