From ba327ee030a3b8abdbf9f5d10987060648dbb10e Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 12 Feb 2023 19:46:48 +0100 Subject: Make add.html a template This allows to use partial HTML files via Go's templating features. --- data/templates/add.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/templates/add.html (limited to 'data/templates') diff --git a/data/templates/add.html b/data/templates/add.html new file mode 100644 index 0000000..39929dd --- /dev/null +++ b/data/templates/add.html @@ -0,0 +1,26 @@ + + + + + {{ template "head.html" }} + + + +
+

Add a recipe

+
+ +
+
+
+
+ +
+ + {{ template "footer.html" }} + +
+ + + + -- cgit v1.2.3-70-g09d2