pub fn to_value<T>(v: &T) -> Valuewhere T: Serialize,
Serialize a value into a minijinja Value.
Value