<#macro placeTree filepath=''> <@_templateList path='/include'+filepath orderField='createDate'> <#list list as a>
  • <#local path=filepath+'/'+a.fileName> <#if a.directory> ${a.fileName} <#else> <@_placeMetadata path=path>${(object.alias)!a.fileName}
  • <#else>
  • <@t.page 'empty_directory'/>
  • <@t.page 'place.create'/>