From f398af39eb15f8fc15e5a0bfec5e1b119d81653c Mon Sep 17 00:00:00 2001 From: vinchent Date: Tue, 6 Aug 2024 13:36:49 +0200 Subject: [PATCH] Creating the product form and the navbar --- cmd/web/templates/base.layout.gohtml | 41 ++++++++++++++- cmd/web/templates/buy-once.page.gohtml | 70 ++++++++++++++++++++++++++ 2 files changed, 110 insertions(+), 1 deletion(-) diff --git a/cmd/web/templates/base.layout.gohtml b/cmd/web/templates/base.layout.gohtml index 08918e7..74f3e94 100644 --- a/cmd/web/templates/base.layout.gohtml +++ b/cmd/web/templates/base.layout.gohtml @@ -4,7 +4,7 @@ - Bootstrap demo + Buy Widgets +
{{ block "content" . }} {{ end }}
diff --git a/cmd/web/templates/buy-once.page.gohtml b/cmd/web/templates/buy-once.page.gohtml index 58e1395..fc7ca4d 100644 --- a/cmd/web/templates/buy-once.page.gohtml +++ b/cmd/web/templates/buy-once.page.gohtml @@ -8,4 +8,74 @@ Buy one widget widget + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+ + +
+
+ Charge Card +
+
+ Loading... +
+
+ + + + +
{{ end }}