<% _.each(events, function(event){ %>
<% if(event.url){ %> <%= event.title %>   <% }else{ %> <%= event.title %> <% } %>
<% }); %>