<% if (topic.reply_count > 0) { %>
<%= topic.reply_count %>
<% } %>
点击数 <%= topic.visit_count %>
<% if(topic.reply){ %>
<% }else{ %>
<%= topic.author.name %>
创建于 <%= topic.friendly_create_at %>
<% } %>
<%- partial('tag/tag_in_abstract',{collection:topic.tags, as:'tag'}) %>