{{ define "body" -}} {{ range . -}}

Product: {{ .Name }}({{ printf "%.2f" .Price }})

{{ end -}} {{- end -}}