<% if (plugins.notable) { %>

Notable contributions

<% if (plugins.notable.error) { %>
<%= plugins.notable.error.message %>
<% } else { %> <% if (plugins.notable.contributions.length) { %>
<% for (const {name, avatar, organization} of plugins.notable.contributions) { %>
avatar" src="<%= avatar %>" width="16" height="16" /> @<%= name %>
<% } %>
<% } else { %>
No recent contributions in organization repositories found
<% } %> <% } %>
<% } %>