smarty

"eval" statement in Jinja2 template

"eval" statement in Jinja2 template Question: 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 ? Asked By: Julien Tanay …

Total answers: 4