<% _.each(comments, function( comment ){ %> <%= _.template(commentTemplate, { comment: comment, currentUser: currentUser, formTemplate: formTemplate, self: commentTemplate }) %> <% }) %>
Leave a comment <% if (currentUser) { %> <%= _.template(formTemplate, { currentUser: currentUser, formClass: 'comment-form', commentId: null }) %> <% } %>