<#macro webfileTree field filepath=""> <@tools.fileList type='file' 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'/>