@* Generator: WebPage *@ @{ string title = Page.Title; } @AdminResources.AdminModuleTitle@if (!title.IsEmpty()) { <text>- @title </text> } @RenderSection("Head", required: false)
@{ string sectionTitle = Page.SectionTitle ?? title; } @if (!sectionTitle.IsEmpty()) {

@sectionTitle

@if (!String.IsNullOrEmpty(Page.Desc)) { @Page.Desc }
} @RenderBody()