<#macro chipTree field filepath> <@tools.fileList path='include'+filepath orderField='createDate'> <#list list as a>
  • <#local path=filepath+'/'+a.fileName> <#if a.directory> ${a.fileName} <#else> <@tools.placeMetadata path=path> ${(object.alias)?has_content?then(object.alias+' '+a.fileName,a.fileName)}
  • <#else>
  • <@t.page 'empty_directory'/>