<% var count = 0; var notificationList; _.each(notificationList, function(notification, count) { %>
<%= notification.notification_date %>
<%= notification.notification_title %>
<%= notification.details_content %>
<% count = count + 1; }); %>