{{ if eq (len $.items) 0 }}
{{ range $.items }} {{ end }}
{{ end }}
{{ if $.recommendations}}
{{ template "recommendations" $.recommendations }}
{{ end }}
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) 1}}s{{end}} in your cart
{{ range $.items }} {{ end }}
Shipping Cost: {{ renderMoney .shipping_cost }}
Total Cost: {{ renderMoney .total_cost }}