1
0
Fork 0
hugo/docs/content/en/functions/go-template/_common/truthy-falsy.md

218 B

The falsy values are false, 0, any nil pointer or interface value, any array, slice, map, or string of length zero, and zero time.Time values.

Everything else is truthy.