{{.name}}
{{if ne (len .recipe.Steps) 0}}
{{range $k, $v := .recipe.Metadata}}
{{$k}}:
{{$v}}
{{end}}
{{end}} {{recipeSteps .recipe}}