This recipe is written for {{.Recipe.Portions}} portions.
{{if ne .Recipe.Url ""}}Use this link to go to the original recipe.
{{end}} {{range .Recipe.Steps}}{{.Text}}
{{range $i, $el := .Ingredients}}{{if $i}}, {{end}}{{if ne $el.Amount 0.0}}{{$el.Amount}} {{end}}{{if ne $el.Unit ""}}{{$el.Unit}} {{end}}{{$el.Type}}{{end}}