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

6 lines
207 B
Markdown
Raw Normal View History

---
# Do not remove front matter.
---
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.