@inherits umbraco.MacroEngines.DynamicNodeContext @* Macro to list nodes from a Multinode tree picker, using the pickers default settings. Content Values stored as xml. To get it working with any site's data structure, simply set the selection equal to the property which has the multinode treepicker. *@ @{ var selection = Model.PropertyWithPicker; } @* Lists each selected value from the picker as a link *@