<%- include('partials/header') %>
Calendar
Pick a date and time
Duration: 1 hour
Your timezone: <%= selectedTimezone %> (Change)
<% weekDays.forEach(function(day) { %> <% }) %> <% for (let i = 0; i < maxSlots; i++) { %> <% weekDays.forEach(function(day) { %> <% }) %> <% } %>
<%= day.label %>
<%= day.date %>
<% if (day.slots[i]) { %>
<% } %>
<% if (showPrevWeek) { %> Previous Week <% } %> Next Week
<%- include('partials/footer') %>