<% if (base.header) { %>

<%= user.name || user.login %>

<% if (computed.cakeday) { %> Joined GitHub <%= computed.registration %> <% } else { %> Joined GitHub <%= computed.registration %> <% } %>
Followed by <%= user.followers.totalCount %> user<%= s(user.followers.totalCount) %>
<% if (user.isHireable) { %>
Available for hire!
<% } %>
<% for (const [x, {color}] of Object.entries(computed.calendar)) { %> <% } %>
Contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %>
<% } %>