<%= month %>
<% _.each(daysOfTheWeek, function (day) { %>
<%= day %>
<% }); %>
<% _.each(days, function (day) { %>
<%= day.day %>
<% }); %>