summaryrefslogtreecommitdiff
path: root/view/html/recipe-step.html
blob: 96fbb48621ab87779f0838fed55530d16722f293 (plain)
1
2
3
4
5
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}}