Folder: ${folder.displayPath}/${folder.name}
<#if folder.parent.parent?exists> <#list folder.children as child> <#if child.isContainer>
..
>${child.name} <#else> ${child.name}
<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url}