diff --git a/progit/templates/index.html b/progit/templates/index.html
index 1cf31c0..d62f771 100644
--- a/progit/templates/index.html
+++ b/progit/templates/index.html
@@ -26,10 +26,10 @@
{% endfor %}
{%- endmacro %}
-{% macro render_repos(list, total, page, title) %}
+{% macro render_repos(list, total, page, title, count) %}
- {{ title }}
+ {{ title }} ({{ count }})
{% if total and total > 1 %}