{{ $context := . }} {{ $count := $context.Cart.GetItemCount }} {{ if gt $count 0 }} Your cart: {{ $count }} Item(s) {{ printf "$%.2f" $context.Cart.GetTotal }} {{ else }} (empty cart) {{ end }}