Added API response view to second frontend
diff --git a/templates/search.html.ep b/templates/search.html.ep
index 0cc4a90..7c96a68 100644
--- a/templates/search.html.ep
+++ b/templates/search.html.ep
@@ -13,6 +13,7 @@
   </p>
 </div>
 %= include 'query'
+%= include 'api-communication'
 %     };
 
 % unless (stash('search.totalResults') == 0) {
@@ -24,7 +25,6 @@
 </ol>
 </div>
 % };
-
 %   end
 % end