{{ if eq (len $.items) 0 }}

Your shopping cart is empty!

Items you add to your shopping cart will appear here.

Browse Products → {{ else }}

{{ len $.items }} item {{- if gt (len $.items) 0}}s{{end}} in your Shopping Cart

{{ end }} {{ range $.items }}
{{.Item.Name}}
SKU: #{{.Item.Id}}
Qty: {{.Quantity}}
{{ renderMoney .Price}}
{{ end }} {{ if $.items }} {{ end }} {{ if $.recommendations}}
{{ template "recommendations" $.recommendations }} {{ end }}