From edf53abbe793681715a86634574beeff99fa5883 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 17 Oct 2022 22:36:59 -0600 Subject: created components --- templates/components/section.html | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 templates/components/section.html (limited to 'templates/components/section.html') diff --git a/templates/components/section.html b/templates/components/section.html new file mode 100644 index 0000000..563a6a9 --- /dev/null +++ b/templates/components/section.html @@ -0,0 +1,45 @@ +{{define "hero-small"}} +
+
+

+ {{.GlobalVars.Name}} +

+

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

+
+
+{{end}} + +{{define "hero-medium"}} +
+
+

+ {{ .GlobalVars.Name }} +

+

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

+
+
+{{end}} + +{{define "search-bar-small"}} +
+
+
+
+
+ + + + +
+
+ +
+
+
+
+
+{{end}} \ No newline at end of file -- cgit v1.2.3