pub fn is_true(value: &Value) -> bool
Checks if a value is true.
true
{% if value is true %}...{% endif %}