diff options
Diffstat (limited to 'view/html/recipe-step.html')
-rw-r--r-- | view/html/recipe-step.html | 17 |
1 files changed, 17 insertions, 0 deletions
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"}} +<html> + {{ template "head" }} + <header> + <nav> + <a href="/">HOME</a> + </nav> + <h1>Recipe step</h1> + </header> + <body> + <main> + <p>{{.Text}}</p> + </main> + {{ template "footer" }} + </body> +</html> +{{end}} |