diff --git a/templates/blocks/b_search_routes.html b/templates/blocks/b_search_routes.html
new file mode 100644
index 0000000..67f7670
--- /dev/null
+++ b/templates/blocks/b_search_routes.html
@@ -0,0 +1,9 @@
+{% load static %}
+
+
+ {% for route in routes %}
+ {% include "widgets/w_carrier_card.html" %}
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/templates/pages/p_results_find_route.html b/templates/pages/p_results_find_route.html
index 8b3e1aa..d12e4d6 100644
--- a/templates/pages/p_results_find_route.html
+++ b/templates/pages/p_results_find_route.html
@@ -206,13 +206,8 @@
-
- {% for route in routes %}
- {% include "widgets/w_carrier_card.html" %}
- {% endfor %}
+ {% include "blocks/b_search_routes.html" %}
-
-