From 43e7bb10eaade56a9444ec089aa3102218231868 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 8 Jan 2024 19:27:47 +0100 Subject: Implement recipe page --- view/html/recipe.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 view/html/recipe.html (limited to 'view/html/recipe.html') diff --git a/view/html/recipe.html b/view/html/recipe.html new file mode 100644 index 0000000..acf346f --- /dev/null +++ b/view/html/recipe.html @@ -0,0 +1,20 @@ +{{define "recipe"}} + + {{ template "head" }} +
+ +

{{.Title}}

+
+ +
+

Portions: {{.Portions}}

+

original recipe

+

{{.Notes}}

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