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