Skip to content

Instantly share code, notes, and snippets.

View perploug's full-sized avatar

Per Ploug perploug

View GitHub Profile
@perploug
perploug / gist:1957553
Created March 2, 2012 10:22 — forked from warrenbuckley/gist:1957541
List Child pages from site root (1st level)
@inherits PartialViewMacroPage
@using Umbraco.Cms.Web
@using Umbraco.Cms.Web.Macros
@using Umbraco.Framework
@{
//declare variables
var rootNode = DynamicModel.AncestorsOrSelf.Last();
}