<% if (topic.top) { %> 置顶 <% } %> <%= topic.title %>
<%- markdown(topic.content) %>
<%= topic.author.name %> 在 <%= topic.friendly_create_at %> 发布
<% if (topic.friendly_create_at != topic.friendly_update_at) { %>
<%= topic.author.name %> 在 <%= topic.friendly_update_at %> 重新编辑
<% } %>
分享到 weibo
<% if (locals.current_user) { %>
<% if (!topic.in_collection) { %>
<% } else { %>
<% } %>
<% } %>
<% if (locals.current_user) { %>
<% if (current_user.is_admin) { %>
<% if (topic.top) { %>
<% } else { %>
<% } %>
<% } else { %>
<% if (current_user._id == topic.author_id) { %>
<% } %>
<% } %>
<% } %>





<%= topic.replies.length %> 回复
<%- partial('reply/reply', topic.replies) %>
添加回复