[notes] minijinja Custom Functions Type Error Tip

from blog Sympolymathesy, by Chris Krycho, | ↗ original
Make sure that every value you need to use in a minijinja template function implements `serde::Deserialize`, or you will have a bad time.