<% if (base.header) { %>
<%- meta.$ %> whoami
<%# -%>
<%# -%> <%= user.name || user.login %> registered=<%= computed.registration.match(/^.+? [ym]/)[0].replace(/ /g, "") %>, uid=<%= `${user.databaseId}`.substr(-4) %>, gid=<%= user.organizations.totalCount %> contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %> <% for (const [x, {color}] of Object.entries(computed.calendar)) { -%>#<% } %> followed by <%= user.followers.totalCount %> user<%= s(user.followers.totalCount) %>
<% } -%>