<#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid> <@channelTree id = comment.id node=temp/>