<% _.each(comments, function( comment ){ %> <%= _.template(commentTemplate, { comment: comment, currentUser: currentUser }) %> <% }) %>
Leave a comment <% if (currentUser){ %><%= currentUser.name %>