#include("./common/header.html", {active:"home", title : node_name ?! ''})
#if(null == topicPage.results || topicPage.results.size() == 0)
该节点下暂时还木有帖子呢
#else
#for(topic : topicPage.results)
${topic.user_name}
#if(topic.comments > 0) ${topic.title} #else ${topic.title} #end
${topic.node_name}  •  ${topic.user_name}  •  ${timespan(topic.update_time)} #if(topic.comments > 0)  •  最后回复来自 ${topic.reply_name} #end

#end
#end

社区节点导航

#for(node : nodes) #if(node.pid == 0 && node.childs > 0)
${node.node_name}

#for(nodeitem : node.items) ${nodeitem.node_name} #end

#end #end

#for(node : nodes) #if(node.pid == 0 && node.childs == 0) ${node.node_name} #end #end

#include("./common/sidebar.html")
#include("./common/footer.html")