@using System.Web.Optimization @using BootstrapSupport @using NavigationRoutes @ViewBag.Title @RenderSection("head", required: false) @Html.Partial("_html5shiv") @* favicons and touch icons go here *@

MvcApplication1

@Html.Partial("_alerts") @RenderBody()
@Scripts.Render("~/js") @RenderSection("Scripts", required: false)