blob: 9ea90be715c7c01639c6f99d5b3c0a52f0ef137e (
plain)
1
2
3
4
5
6
|
{{define "recipe-ingredient"}} <p>
<input type="text" placeholder="Amount" value="{{.Amount}}">
<input type="text" placeholder="Unit" value="{{.Unit}}">
<input type="text" placeholder="Type" value="{{.Type}}">
<button type="button" onclick="parentNode.remove();">remove ingredient</button>
</p>{{end}}
|