{{ $.product.Item.Name }}
{{ renderMoney $.product.Price }}
{{ $.product.Item.Description }}
{{ if $.packagingInfo }}Packaging
Weight: {{ if $.packagingInfo.Weight }}{{ $.packagingInfo.Weight }}lb{{ else }}n/a{{ end }} Width: {{ if $.packagingInfo.Width }}{{ $.packagingInfo.Width }}cm{{ else }}n/a{{ end }} Height: {{ if $.packagingInfo.Height }}{{ $.packagingInfo.Height }}cm{{ else }}n/a{{ end }} Depth: {{ if $.packagingInfo.Depth }}{{ $.packagingInfo.Depth }}cm{{ else }}n/a{{ end }}
{{ if $.recommendations}}
{{ template "recommendations" $ }}
{{ end }}
{{ if $.ad }}{{ template "text_ad" $ }}{{ end }}