Contributions in the last year
<%= total %> total
<%= start.format("LL") %> – <%= end.format("LL") %>
Longest streak
<%= lStreak %> days
<% if (lStreak !== 0) { %>
<%= longestStreak.start.format("LL") %> – <%= longestStreak.end.format("LL") %>
<% } %>
Current streak
<%= cStreak %> days
<% if (cStreak !== 0) { %>
<%= currentStreak.start.format("LL") %> – <%= currentStreak.end.format("LL") %>
<% } %>