#macro chipTree filepath prefix suffix>
<@_taskTemplateList path=filepath>
<#list list as a>
<#local path=filepath+'/'+a.fileName>
<#if a.directory>
${a.fileName}
<@chipTree path prefix suffix/>
<#else>
${a.fileName}
#if>
<#else>
空目录
#list>
@_taskTemplateList>
#macro>
<@chipTree '/ftl' '<@include path="' '"/>'/>