diff --git a/themes/gallo/layouts/partials/carousel.html b/themes/gallo/layouts/partials/carousel.html index 26fdd9b..62807a0 100644 --- a/themes/gallo/layouts/partials/carousel.html +++ b/themes/gallo/layouts/partials/carousel.html @@ -17,12 +17,12 @@ diff --git a/themes/gallo/layouts/partials/rental_catalog.html b/themes/gallo/layouts/partials/rental_catalog.html index b3ec0f8..69f6afd 100644 --- a/themes/gallo/layouts/partials/rental_catalog.html +++ b/themes/gallo/layouts/partials/rental_catalog.html @@ -141,45 +141,49 @@
{{ if .gallery }} {{ partial "carousel.html" . }} {{ end }}
-
+
- {{ if ne .deliveryPickup "" }} -
- Rental Cost: - {{ .baseCost }} +
+ {{ if ne .deliveryPickup "" }} +
+ Rental Cost: + {{ .baseCost }} +
+ {{ end }} {{ if ne .installBreakdown "" }} +
+ Purchase Cost: + {{ .purchaseCost }} +
+ {{ end }} {{ if ne .deliveryPickup "" }} +
+ + Pickup & Delivery: + {{ .deliveryPickup }} +
+ {{ end }} {{ if ne .installBreakdown "" }} +
+ + Setup & Breakdown: + {{ .installBreakdown }} +
+ {{ end }}
- {{ end }} {{ if ne .installBreakdown "" }} -
- Purchase Cost: - {{ .purchaseCost }} +
+
+ {{ if ne .quant "" }} +
+ Quantity: + {{ .quant }} +
+ {{ end }} {{ if ne .dimensions "" }} +
+ Dimensions: + {{ .dimensions }} +
+ {{ end }}
- {{ end }} {{ if ne .deliveryPickup "" }} -
- + Pickup & Delivery: - {{ .deliveryPickup }} -
- {{ end }} {{ if ne .installBreakdown "" }} -
- + Setup & Breakdown: - {{ .installBreakdown }} -
- {{ end }} -
-
-
- {{ if ne .quant "" }} -
- Quantity: - {{ .quant }} -
- {{ end }} {{ if ne .dimensions "" }} -
- Dimensions: - {{ .dimensions }} -
- {{ end }}