[#assign p = page] [#list page.content as comment] [#assign i=0] [@Comment parentId=comment.id orderBy='3' isPage='0' count=100] [#if page.content?size gt 0] [#assign cl=page.content[0]] [#else] [#assign cl=comment] [/#if]
[#if page.content?size gt 0] [#include "comment.ftl"] [/#if] ${cl.content?html}
顶[${comment.ups!}]回复
[/@Comment] [/#list] [#assign page = p] [@Page pageType='2'/]