@using System.Web.Optimization @ViewBag.Title - Inventory Traker @Styles.Render("~/Content/all-styles") @RenderSection("Styles", false)
@(Request.IsAuthenticated ? Html.Partial("_Navigation") : Html.Partial("_NavigationNoAuth"))
@RenderBody()
@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/ *@