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

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.