{{template "header.html" .}}
Category: {{$.Data.Shop.Category.Name}}
{{if $.Data.Shop.HaveProducts}}
{{range $.Data.Shop.Products}}
{{.Name}}
{{.Briefly}}
{{end}}
{{else}}
Sorry, no products matched your criteria
{{end}}
{{if $.Data.Shop.HaveProducts}} {{if gt $.Data.Shop.ProductsMaxPage 1 }} {{end}} {{end}} {{template "footer.html" .}}