<#macro templateTree field filepath=''> <@_taskTemplateList path=filepath> <#list list as a>
  • <#local path=filepath+'/'+a.fileName/> <#if a.directory> ${a.fileName} <#else> ${a.fileName}
  • <#else>
  • 空目录