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