From 5044a3a51e1d809735b33e20c09b48354b03c7d0 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 16 Oct 2022 23:55:15 -0600 Subject: changed to card group --- templates/search_results.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'templates/search_results.html') diff --git a/templates/search_results.html b/templates/search_results.html index 4bacc47..fd82112 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -39,6 +39,32 @@
+
+ {{ range .SearchResults }} +
+
+

+ {{.applicant}}

+
+
+
+
+

{{ .title }}

+
+
+
+ {{.submission_date }} - {{unescapeHTML ._formatted.full_text}} +
+
+
+ {{ range .predicates}} + {{ . }} + {{ end }} +
+
+ {{ end }} +
+
{{ if .MoreResults }}

Previous Page

-- cgit v1.2.3