@inherits Umbraco.Web.Macros.PartialViewMacroPage @{ var pageid = 1234 var page = Umbraco.Content(@pageid); } <div> @page.itemAlias </div>