From 246687318e03fb649c30c4510e264e65b25ec6da Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 13 Feb 2024 21:16:44 +0100 Subject: view: Add edit view for model.Recipe type --- view/html/recipe-edit.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 view/html/recipe-edit.html (limited to 'view/html/recipe-edit.html') diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html new file mode 100644 index 0000000..d615a7f --- /dev/null +++ b/view/html/recipe-edit.html @@ -0,0 +1,39 @@ +{{define "recipe-edit"}} + + {{ template "head" }} +
+ +

Recipe editor

+
+ +
+
+

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ + +

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