pub fn is_truthy(v: &Value) -> bool
Nunjucks truthiness: null, false, 0/NaN, and "" are falsy.
null
false
0
NaN
""