@using System.Web.Optimization @using BootstrapSupport @using NavigationRoutes @ViewBag.Title @RenderSection("head", required: false) @Html.Partial("_html5shiv") @* favicons and touch icons go here *@
@Html.Partial("_alerts") @Html.Partial("_validationSummary") @RenderBody()
@Scripts.Render("~/js") @RenderSection("Scripts", required: false)