<%= contributions[:total] %> Contributions in last year
<%= stats[:longest_streak] %> Longest streak
<%= stats[:current_streak] %> Current streak
<%= stats[:max_contributions] %> Most in a day
<%= stats[:average_contributions] %> Average per day
<% contributions[:commits].each do |week_of_commits| %> <% week_of_commits['contributionDays'].each do |day| %> <% end %> <% end %>
GitHub <%= instance_name %>
<%= render 'common' %>