@Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr")
@Html.ActionLink("Application name", "Index", "Home", null, new { @class = "navbar-brand" })
@Html.ActionLink("Home", "Index", "Home", new { area = "" }, null)
@Html.ActionLink("API", "Index", "Help", new { area = "" }, null)
@RenderBody()
@Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/bootstrap") @RenderSection("scripts", required: false)