diff --git a/templates/parks/partials/park_search_results.html b/templates/parks/partials/park_search_results.html
index 1c6677c3..c0673464 100644
--- a/templates/parks/partials/park_search_results.html
+++ b/templates/parks/partials/park_search_results.html
@@ -1,9 +1,32 @@
-
+
+
+
{% if parks %}
{% for park in parks %}
{% endfor %}
@@ -17,11 +40,3 @@
{% endif %}
-
-
diff --git a/templates/partials/homepage/search_results.html b/templates/partials/homepage/search_results.html
index 34ccdc28..9961cf3e 100644
--- a/templates/partials/homepage/search_results.html
+++ b/templates/partials/homepage/search_results.html
@@ -173,22 +173,39 @@
{% endif %}
-
+
+
+
Try:
•
•
-{% endif %}
\ No newline at end of file
+{% endif %}