hugo/docs/content/en/functions/go-template/_common/truthy-falsy.md
2024-09-01 14:51:15 +02:00

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.