+ @if (ViewBag.PreemptiveClass?.Length > 0) + { + } + else + { + @if (ViewBag.Category1?.Length > 0) + { + + } +
+ @if (ViewBag.Heading?.Length > 0) + { +

+ @Html.Raw(ViewBag.Heading) + @if (ViewBag.PageDescription?.Length > 0) + { + + @Html.Raw(ViewBag.PageDescription) + + } +

+ } + @RenderSection("Subheaderblock", required: false) +
+ } + @RenderBody() +