From bf0ad86df2e64191f6c430c328fee211ac3affa7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 12 Feb 2024 20:33:24 +0100 Subject: view: Implement GET handler for model.Recipe --- view/html/recipe.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 view/html/recipe.html (limited to 'view/html') diff --git a/view/html/recipe.html b/view/html/recipe.html new file mode 100644 index 0000000..30aecb5 --- /dev/null +++ b/view/html/recipe.html @@ -0,0 +1,19 @@ +{{define "recipe"}} + + {{ template "head" }} +
+ +

{{.Title}}

+
+ +
+

Portions: {{.Portions}}

+

original recipe

+

{{.Notes}}

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