<%- include('partials/header') %>
Calendar
Pick a date and time
Duration: 1 hour
Your timezone: <%= selectedTimezone %>
<% if (selectedDate && selectedTime) { %>
Selected: <%= selectedDate %> at <%= selectedTime %>
<% } %>
<%- include('partials/footer') %>