% comments.each(function (comment) { %>
<%= comment.get('user').toHTML() %> commented <%- moment.utc(comment.get('created')).fromNow() %>
<%= comment.get('user').toHTML() %> commented
<%= marked(comment.get('comment'), {sanitize: true, smartypants: false}) %>