<% comments.each(function (comment) { %>

<%= comment.get('user').toHTML() %> commented

<%= marked(comment.get('comment'), {sanitize: true, smartypants: false}) %>
<% }) %>