<% if (plugins.calendar) { %>

Contributions calendar

<% if (plugins.calendar.error) { %>
<%= plugins.calendar.error.message %>
<% } else { %> <% for (const [r, {year, weeks}] of Object.entries(plugins.calendar.years)) { %> <%= year %> <% for (const [x, week] of Object.entries(weeks)) { %> <% for (const [y, {color}] of Object.entries(week.contributionDays)) { %> <% } %> <% } %> <% } %> <% } %>
<% } %>