hugo/docs/content/en/functions/go-template/_common/truthy-falsy.md
2023-12-04 15:24:01 +01:00

207 B

In Go templates, the falsy values are false, 0, any nil pointer or interface value, and any array, slice, map, or string of length zero. Everything else is truthy.