<#if article.type == 0> <#else>
切换类型将会清空内容哦
<#if Session.userGroupId == 1>
<#if article.status == 1> <#else>
<#else>
<#if article.stick?? && article.stick == 1> <#else>
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/> <#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid> <@channelTree id = comment.id node=temp/>