<% if(comments.length){ %> <% _.each( comments, function( comment ){ %>

By<%= comment.author %> <%= getCustomDate(comment.date) %>

<%= comment.content %>
<% }) %> <% } %>