{{ define "main" }} {{ partial "page-title.html" . }}
{{ range .Params.Images }}
product-img
{{ end }}

{{ .Title }}

{{ if site.Params.rating.enable }}
{{ end }}
{{ if .Params.PriceBefore }} {{ site.Params.currencySymbol }}{{ .Params.PriceBefore }} {{ end }} {{ site.Params.currencySymbol }}{{ .Params.Price }}
Short Description

{{ .Params.ShortDescription | markdownify }}

{{ .Content }}
{{ template "_internal/disqus.html" . }}
{{ partial "cta.html" . }} {{ end }}