I want to jinja to output an empty string if the value is None
but with no further changes to the template. I see no reason why it should output "None" to an end user, I think it's just bad design.
There are many solutions to make it work by changing the template like this, but I don't want to change the templates.
Is there any way to do this / hack jinja to make it work?