@(Request.IsAuthenticated ? Html.Partial("_Navigation") : Html.Partial("_NavigationNoAuth"))
@if (Request.IsAuthenticated)
{
}
@Scripts.Render("~/js/all-javascript")@RenderSection("Scripts", false)
@* This is based on the (excellent) SB Admin: http://startbootstrap.com/template-overviews/sb-admin/ *@