@* Omitted code.. *@ @RenderBody() @RenderSection(\"Sidebar\", required: false)
Is there any way to know in the Omitted code part if t
Omitted code
@if (IsSectionDefined("Sidebar")) { @RenderSection("Sidebar") } else { <div>Some default content</div> }