<% if (site.nextEvent) { var e = site.nextEvent; %>
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.luma && e.event.luma !== false) { %> RSVP on Luma <% } %> Call for Presentations
<% if (e.event.program && e.event.program !== 'TBD') { %> <% e.event.program.forEach(function(item) { %>
<%- item.name %> <% if (item.speaker.url) { %><%- item.speaker.name %><% } else { %><%- item.speaker.name %><% } %>
<% }); %> <% } else { %>
Agenda TBD
<% } %>
<% } %> <% if (site.lastEvent) { var l = site.lastEvent; %>

Video of our last event: <%= l.title %>

<% if (l.event.video && l.event.video !== 'TBD') { %>
<%- l.event.video %>
<% } %>
<% } %>