From b5b72880a0b6e9f188b532c9b2ad360ff1dab2ea Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 13 May 2024 21:51:43 +0200 Subject: view: Add HTML for editing recipe ingredients --- view/html/recipe-step.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/html/recipe-step.html') diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html index 8008d9c..3fd22a7 100644 --- a/view/html/recipe-step.html +++ b/view/html/recipe-step.html @@ -1,4 +1,7 @@ {{define "recipe-step"}}
- +
{{range .Ingredients}} +{{ template "recipe-ingredient" . }}{{end}} +
+
{{end}} -- cgit v1.2.3-70-g09d2