This recipe is written for {{.Recipe.Portions}} portions.
{{range .Recipe.Steps}}
{{.Text}}
{{range $i, $el := .Ingredients}}{{if $i}}, {{end}}{{$el.Amount}} {{$el.Type}}{{end}}
{{end}} {{ template "footer.html" }}
{{ template "head.html" }}
This recipe is written for {{.Recipe.Portions}} portions.
{{.Text}}
{{range $i, $el := .Ingredients}}{{if $i}}, {{end}}{{$el.Amount}} {{$el.Type}}{{end}}