From 0e2444e6afd9df38b740bd6fdcaff0f95321c325 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Tue, 4 Oct 2022 02:13:05 -0600 Subject: rewrite --- results.gtpl | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 results.gtpl (limited to 'results.gtpl') diff --git a/results.gtpl b/results.gtpl new file mode 100644 index 0000000..39e2a32 --- /dev/null +++ b/results.gtpl @@ -0,0 +1,34 @@ + + + +

Search Results

+

Showing results for {{.OriginalQuery.Query}}

+

Go home

+

Showing {{.NumResults}} of {{.TotalResults}}

+ + + + + + + + + {{ range .SearchResults }} + + + + + + + + {{ end }} +
510(k) NumberTitleApplicantSubmission DatePredicates
{{ .id }}{{ .title }}{{ .applicant }}{{ .submission_date }}{{ range .predicates}} + {{ . }}, + {{ end }} +
+ {{ if .MoreResults }} +

Previous Page

+

Next Page

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