{{define "recipe-step"}}					<section>
						<textarea rows="4" cols="50" placeholder="Step description">{{.Text}}</textarea>
						<button type="button" onclick="parentNode.remove();">remove</button>
					</section>{{end}}