<% var codexName = comment.userName.substr(0, comment.userName.indexOf('-')); var url = getDomainFor(comment.userName) + '/' + codexName + '/users/' + maskName(comment.userName); %>
<% if (isEditing) { %>
<% } else { %>

<%- comment.displayName || maskName(comment.userName) %>

<% if (ownsGallery || ownsComment) { %>
<% if (ownsComment) { %> <% } %>
<% } %>
<%= moment(comment.date).fromNow() %>

<%- comment.body %>

<% } %>