@model DR.FV2016.Web.Models.AllConstituenciesViewModel @using DR.WCMS.Web.Mvc.Extensions @using DR.Web.UI.Extensions @using DR.Web.UI.Helpers @using DR.Web.UI.ViewConfig; @using DR.Web.UI.Model; @section localstylesheet { @Html.Partial("localstylesheets") } @section documenthead { @Html.Partial("localdocumenthead") } @section documentbottom { @Html.Partial("localdocumentbottom") } @{ // ARTICLE RIGHT CONFIGURATION AND OUTPUT // GLOBAL VARIABLES var siteName = Model.SiteName; }