#<%= indexInCollection + 1 %> <% if(locals.current_user && current_user._id.toString() == reply.author._id.toString()) { %> <% } %> <% if(locals.current_user){ %> 回复 <% } %>
<%- markdown(reply.content) %>
<% if (reply.replies.length >0) { %>
<%- partial('reply/reply2',{collection: reply.replies, as: 'reply'}) %> <% } %> <% if (locals.current_user) { %>
Ctrl+Enter 快捷回复
<% } %>