<% if(reply.author.avatar){ %>
<% }else{ %>
<% } %>
<%= reply.author.name %>
<%- reply.content %>
<%= reply.author.name %> 在 <%= reply.friendly_create_at %>回复
<% if(locals.current_user && current_user._id.toString() == reply.author._id.toString()){ %>
<% } %>
<% if(locals.current_user){ %>
@回复
<% } %>