Folder: ${folder.displayPath}/${folder.name}
<#if folder.parent.parent?exists>
..
#if> <#list folder.children as child>
<#if child.isContainer>
>
${child.name}
<#else>
${child.name}
#if>
#list>