diff --git a/source/templates/classic/partials/notable.ejs b/source/templates/classic/partials/notable.ejs
index 0671aaa1..78e8e2fe 100644
--- a/source/templates/classic/partials/notable.ejs
+++ b/source/templates/classic/partials/notable.ejs
@@ -14,14 +14,26 @@
<% } else { %>
-
- <% for (const {name, avatar} of plugins.notable.contributions) { %>
-
-

-
@<%= name %>
-
- <% } %>
-
+ <% if (plugins.notable.contributions.length) { %>
+
+ <% for (const {name, avatar} of plugins.notable.contributions) { %>
+
+

+
@<%= name %>
+
+ <% } %>
+
+ <% } else { %>
+
+
+
+
+ No recent contributions in organization repositories found
+
+
+
+ <% } %>
+
<% } %>
<% } %>