@model MusicStore.Models.Order @{ //Bug: Need a way to specify the layout page in a single place Layout = "/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Address And Payment"; } @section Scripts { @*Bug : Script helpers are out of scope for alpha*@ @*@Scripts.Render("~/bundles/jqueryval")*@ } @*@using (Html.BeginForm())*@ @*{*@