@using DR.Common.Web.Mvc.ScriptExtensions @section localstylesheet { @Html.Partial("localstylesheets") } @section documenthead { @Html.Partial("localdocumenthead") } @section documentbottom { @Html.Partial("localdocumentbottom") }