@Styles.Render( "~/Content/css" ) @Scripts.Render( "~/bundles/modernizr" )
@Html.ActionLink("Nom de l'application", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink( "Accueil", "Index", "Home" )
@Html.ActionLink( "À propos de", "About", "Home" )
@Html.ActionLink( "Contact", "Contact", "Home" )
@RenderBody()
@Scripts.Render( "~/bundles/jquery" ) @Scripts.Render( "~/bundles/bootstrap" ) @RenderSection( "scripts", required: false )