I'm trying to convert some old Smarty templates to Jinja2.
Smarty uses an eval
statement in the templates to render a templated string from the current context.
Is there an eval
equivalent in Jinja2 ? Or what is a good workaround for this case ?