{{ $uniqueCategories := slice }} {{ range .Params.catalog }} {{ if not (in $uniqueCategories .cat) }} {{ $uniqueCategories = $uniqueCategories | append .cat }}
{{ end }} {{ end }}
{{ range .Params.catalog }} {{ if ne .item "" }}
Placeholder Image
{{ .item }} {{ if ne .cat "" }}
{{ .cat }}
{{ end }}
{{ if ne .quant "" }}
Quantity: {{ .quant }}
{{ end }} {{ if ne .dimensions "" }}
Dimensions: {{ .dimensions }}
{{ end }} {{ if ne .baseCost "" }}
Base Cost: {{ .baseCost }}
{{ end }} {{ if ne .deliveryPickup "" }}
+ Pickup & Delivery: {{ .deliveryPickup }}
{{ end }} {{ if ne .installBreakdown "" }}
+ Setup & Breakdown: {{ .installBreakdown }}
{{ end }} {{ if ne .purchaseCost "" }}
Purchase Cost: {{ .purchaseCost }}
{{ end }}
{{ end }} {{ end }}