[#list list as c]
${(c.commentUser.username)!"匿名网友"} 于 ${c.createTime} 评论道:
${c.textHtml!}
[#if c.replayHtml??]
${(c.replayUser.username)!"管理员"} 于 ${c.replayTime?string("yyyy-MM-dd HH:mm:ss")} 回复:${(c.commentUser.username)!"匿名网友"}
${c.replayHtml!}
[/#if]
[/#list]