diff --git a/searx/templates/index.html b/searx/templates/index.html index 1571bcf61..1435161ae 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -5,6 +5,11 @@
+

+ {% for engine in engines %} + {{ engine }}: + {% endfor %} +

{% endblock %}