diff --git a/meshview/templates/base.html b/meshview/templates/base.html
index bd75266..fd03bfa 100644
--- a/meshview/templates/base.html
+++ b/meshview/templates/base.html
@@ -44,8 +44,8 @@
{% if site_config["site"]["map"] == "True" %}Map - {% endif %}
{% if site_config["site"]["stats"] == "True" %}Stats - {% endif %}
{% if site_config["site"]["top"] == "True" %}Top Traffic{% endif %}
-
-
+
+ {% include "search_form.html" %}
{% block body %}
{% endblock %}