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