@using System.Web.Optimization @ViewBag.Title - InventoryTraker @Styles.Render("~/Content/all-styles") @RenderSection("Styles", required: false)
@(Request.IsAuthenticated ? Html.Partial("_Navigation") : Html.Partial("_NavigationNoAuth"))
@RenderBody()
@Scripts.Render("~/js/all-javascript") @RenderSection("Scripts", required: false) @* This is based on the (excellent) SB Admin: http://startbootstrap.com/template-overviews/sb-admin/ *@