@Html.Partial("SocialMetaTags")
@Html.Partial("Navbar") @RenderBody()
@if (!User.IsInRole("God")) { @Html.Partial("GA") }