@Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr")
@Html.ActionLink("MVC Movie", "Index", "Movies", null, new { @class = "navbar-brand" })
@Html.ActionLink("Home", "Index", "Home")
@Html.ActionLink("About", "About", "Home")
@Html.ActionLink("Contact", "Contact", "Home")
@Html.Partial("_LoginPartial")
@RenderBody()
@Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/bootstrap") @RenderSection("scripts", required: false)