diff --git a/public/templates/search_bar.html b/public/templates/search_bar.html
index 8bb6bd9..a006d89 100644
--- a/public/templates/search_bar.html
+++ b/public/templates/search_bar.html
@@ -1,27 +1,36 @@
-{{>bar this}}
-
- {{#if engineErrorsInfo}}
-
-
- {{#each engineErrorsInfo}}
-
-
{{{this.engine}}}
-
{{{this.error}}}
-
+
+ {{>bar this}}
+
+ {{#if engineErrorsInfo}}
+
+
+ {{#each engineErrorsInfo}}
+
+ {{{this.engine}}}
+ {{{this.error}}}
+
+
+ {{/each}}
- {{/each}}
-
- {{else}}
-
-
-
- Everything looks good 🙂!!
+ {{else}}
+
+
+
+ Everything looks good 🙂!!
+
+ {{/if}}
- {{/if}}
+
+
+