<#macro templateTree filepath> <@_templateList path=filepath> <#list list as a>
  • <#local path=filepath+'/'+a.fileName> <@_metadata path=path> ${(object.alias)?has_content?then(object.alias+' ('+a.fileName+')',a.fileName)} <#if a.directory>
  • <#else>
  • <@t.page 'empty_directory'/>
  • <@t.page 'template.create'/>

    <#include "directory.html"/>