% if(page.event.video && page.event.video != "TBD") { %>
<%- page.event.video %>
<% } %>
<%- page.event.date %> at <%- page.event.time %>
<% if(page.event.program != "TBD") { %>
AGENDA
<% page.event.program.forEach(function(item, index) { %>
<%- item.name %> by <% if (item.speaker.url) { %><%- item.speaker.name %><% } else { %><%- item.speaker.name %><% } %>
<% if (index < page.event.program.length - 1) { %>
B R E A K
<% } %>
<% }) %>
<% } %>
<% if(page.event.place != "TBD") { %>
<% if(page.event.place.osm && page.event.place.osm != "TBD" && page.event.place.osm != "") { %>
<%- page.event.place.osm %>
<% } %>
<% } else { %>
TBD
<% } %>
<%- page.content %>