Function rocket_dyn_templates::minijinja::tests::is_safe
source ยท pub fn is_safe(v: Value) -> bool
Expand description
Checks if a value is safe.
{{ "<hello>"|escape is safe }} -> true
This filter is also registered with the escaped
alias.