<% _.each(news, function(iterator) { %>
<% if (iterator.event.imageUrl !== "") { %>
<% } %>
<%= iterator.event.date %>
<%= iterator.event.title %>

<%= iterator.event.body %>

<% }); %>