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