From edf53abbe793681715a86634574beeff99fa5883 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 17 Oct 2022 22:36:59 -0600 Subject: created components --- templates/search_results.html | 73 ++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 42 deletions(-) (limited to 'templates/search_results.html') diff --git a/templates/search_results.html b/templates/search_results.html index dba3362..28b7b24 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -1,23 +1,11 @@ - - + {{ template "header" . }} {{.OriginalQuery.Query}} - {{.GlobalVars.Name}} - - -
-
-

- {{.GlobalVars.Name}} -

-

- Full-text search FDA 510(k) database -

-
-
+ {{ template "hero-medium" . }}
{{ if .MoreResults }} -

Previous Page

-

Next Page

+
+
+
+
+
+ + +
+
+ +
+
+ {{ end }} \ No newline at end of file -- cgit v1.2.3