Next Meetup
<%= e.title %>
<%= e.event.date %> · <%= e.event.time %>
<% if (e.event.place && e.event.place !== 'TBD') { %>
· <%= e.event.place.name %>
<% } %>
<% if (e.event.program && e.event.program !== 'TBD') { %>
<% e.event.program.forEach(function(item) { %>
<% }); %>
<% } else { %>
Agenda TBD
<% } %>