<% if (plugins.notable) { %>

Notable contributions

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