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