template.ajax.treenode-include.ftl Maven / Gradle / Ivy
<#list stack.findValue(parameters.childCollectionProperty.toString()) as child>
${stack.push(child)}
<#include "/${parameters.templateDir}/ajax/treenode-include.ftl" />
<#assign oldNode = stack.pop() /> <#-- pop the node off of the stack, but don't show it -->
#list>