@{ string style = ""; if (ViewBag.Banner != null) { style = "background: url(\"" + ViewBag.Banner + "\") center center fixed;background-size:cover;"; } } @Scripts.Render("~/Scripts/simplemde.js") @Scripts.Render("~/bundles/modernizr") @if(ViewBag.PageDescription != null) { } @RenderSection("scripts", required: false) @if (!string.IsNullOrWhiteSpace(ViewBag.Title)) { @ViewBag.Title • ShiftOS } else { ShiftOS } @if (!string.IsNullOrWhiteSpace(ViewBag.Keywords)) { } @if (!string.IsNullOrWhiteSpace(ViewBag.Description)) { } @if (!string.IsNullOrWhiteSpace(ViewBag.Image)) { } @Styles.Render("~/Content/css") @Styles.Render("~/Content/bootstrap-theme.css") @Styles.Render("~/Content/Site.css") @Scripts.Render("~/Scripts/highlight.js") @if (ViewBag.Modals != null) { foreach (var id in ViewBag.Modals) { } }

Do things seem broken? We are currently working on streamlining the permission system and its backend. Please be patient!

@if (!ACL.UserEmailConfirmed(User.Identity.Name)) {
Email address not confirmed! Hi! It appears that your email has not been confirmed. Please check your email. @Html.ActionLink("Resend confirmation link", "ResendConf", "Account")
} @RenderBody()