summaryrefslogtreecommitdiff
path: root/view/html/recipe-step.html
blob: 8008d9cbc6a1f80e7b3c3304143e83aa69a6573d (plain)
1
2
3
4
{{define "recipe-step"}}					<section>
						<textarea rows="4" cols="50" placeholder="Step description">{{.Text}}</textarea>
						<button type="button" onclick="parentNode.remove();">remove</button>
					</section>{{end}}