12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
@{
|
|
Layout = "_Root";
|
|
}
|
|
|
|
@await RenderSectionAsync("Breadcrumb", false)
|
|
|
|
<div class="center-1">
|
|
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.MainColumnBefore })
|
|
@RenderBody()
|
|
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.MainColumnAfter })
|
|
</div>
|