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