diff options
Diffstat (limited to 'view/html/recipe-step.html')
-rw-r--r-- | view/html/recipe-step.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html new file mode 100644 index 0000000..96fbb48 --- /dev/null +++ b/view/html/recipe-step.html @@ -0,0 +1,6 @@ +{{define "recipe-step"}} + <section> + <textarea rows="4" cols="50" placeholder="Step description">{{.Text}}</textarea> + <button type="button" onclick="parentNode.remove();">remove</button> + </section> +{{end}} |