From 34fa1017a697287540d92d8c36ecca988f936f16 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 17 Jan 2024 20:56:33 +0100 Subject: Add recipe step view This is the next increment to implement recipe steps. --- view/html/recipe-step.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 view/html/recipe-step.html (limited to 'view/html/recipe-step.html') diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html new file mode 100644 index 0000000..4d35e91 --- /dev/null +++ b/view/html/recipe-step.html @@ -0,0 +1,17 @@ +{{define "recipestep"}} + + {{ template "head" }} +
+ +

Recipe step

+
+ +
+

{{.Text}}

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