SyntaxFix
Write A Post
Hire A Developer
Questions
If you really know what you do and you don't mind the evil ways, this is the only additional Twig extension you'll ever need:
function evilEvalPhp($eval, $args = null) { $result = null; eval($eval); return $result; }