mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
207 B
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.