@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")
@RenderBody()
@Scripts.Render("~/js")
@RenderSection("Scripts", required: false)