{{#if results}} {{#each results}}
diff --git a/public/templates/search_bar.html b/public/templates/search_bar.html
index fee188e..8bb6bd9 100644
--- a/public/templates/search_bar.html
+++ b/public/templates/search_bar.html
@@ -1,2 +1,27 @@
{{>bar this}}
+
+ {{#if engineErrorsInfo}}
+
+
+ {{#each engineErrorsInfo}}
+
+ {{{this.engine}}}
+ {{{this.error}}}
+
+
+ {{/each}}
+
+ {{else}}
+
+
+
+ Everything looks good 🙂!!
+
+
+ {{/if}}
+
diff --git a/public/templates/search_page_search_bar.html b/public/templates/search_page_search_bar.html
deleted file mode 100644
index 8bb6bd9..0000000
--- a/public/templates/search_page_search_bar.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{{>bar this}}
-
- {{#if engineErrorsInfo}}
-
-
- {{#each engineErrorsInfo}}
-
- {{{this.engine}}}
- {{{this.error}}}
-
-
- {{/each}}
-
- {{else}}
-
-
-
- Everything looks good 🙂!!
-
-
- {{/if}}
-
-