diff --git a/categories/templates/categories/list_users.html b/categories/templates/categories/list_users.html
new file mode 100644
index 0000000..a132d65
--- /dev/null
+++ b/categories/templates/categories/list_users.html
@@ -0,0 +1,3 @@
+{% for user in users %}
+
+{% endfor %}
\ No newline at end of file
--
libgit2 0.21.2