{{ define "product" }}

{{ .product.Name }}

IDR {{ .product.Price }}
{{ if .success }}
{{ range $i, $msg := .success }} {{ $msg }}
{{ end }}
{{ end }} {{ if .error }}
{{ range $i, $msg := .error }} {{ $msg }}
{{ end }}
{{ end }}

{{ .product.ShortDescription }}

{{ .product.Description }}

Write a review

{{ end }}