From b30f1b96ff122e2f1a66f9d2d63de881d2e6140e Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 17 Oct 2022 00:57:17 -0600 Subject: began individual document --- templates/document_details.html | 89 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 templates/document_details.html (limited to 'templates/document_details.html') diff --git a/templates/document_details.html b/templates/document_details.html new file mode 100644 index 0000000..7726d13 --- /dev/null +++ b/templates/document_details.html @@ -0,0 +1,89 @@ + + + + + + {{.SearchResults.id}} - DogeKnows + + + + + +
+
+

+ DogeKnows +

+

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

+
+
+
+ +
+
+
+
+
+ + + + +
+
+ +
+
+
+
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
510(k) Number{{ .SearchResults.id }}
Title{{.SearchResults.title}}
Applicant{{.SearchResults.applicant}}
Decision{{.SearchResults.decision}}
Decision Date{{.SearchResults.decision_date}}
Submission Date{{.SearchResults.submission_date}}
Predicates{{ range .SearchResults.predicates}} + {{ . }} + {{ end }}
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3