@if (ViewBag.Configuration.WebfrontPrimaryColor is not null) { } @if (ViewBag.Configuration.WebfrontSecondaryColor is not null) { } @await RenderSectionAsync("styles", false)
@await RenderSectionAsync("targetid", required: false)
@RenderBody()
@await RenderSectionAsync("scripts", required: false) @Html.Raw(ViewBag.ScriptInjection)