{{$.product.Item.Name}}

{{$.product.Price.CurrencyCode}} {{$.product.Price.Amount.Decimal}}. {{- $.product.Price.Amount.Fractional}}{{- if lt $.product.Price.Amount.Fractional 10}}0{{end}}


Product Description:
{{$.product.Item.Description}}


{{ if $.recommendations}}
{{ template "recommendations" $.recommendations }} {{ end }}