<#macro templateTree filepath> <@_taskTemplateList path=filepath> <#list list as a>
  • <#local path=filepath+'/'+a.fileName> ${a.fileName} <#if a.directory>
  • <#else>
  • <@t.page 'empty_directory'/>
  • <@t.page 'task_template.create'/>

    <#include "directory.html"/>