+ {% block top %}
+ {% endblock %}
{% block before_table %}
{% endblock %}
diff --git a/templates/user/list.html b/templates/user/list.html
index 1c455cf..9911573 100644
--- a/templates/user/list.html
+++ b/templates/user/list.html
@@ -1,5 +1,9 @@
{% extends 'table-list.html' %}
+{% block top %}
+{% include 'snippets/search.html' %}
+{% endblock top %}
+
{% block th %}
Rank |
Username |