Return Safe String to MiniJinja from Filters and Functions
Overview
MiniJinja escapes strings for use in HTML. I don't want that for most of the functions I write. I use `Value::from_safe_string()` in those cases. MiniJinja outputs those strings without escaping them.