I have variable
$var = "i love {{ planet }}":
How render it?
Check the compileString method: https://docs.phalcon.io/en/latest/reference/volt.html#stand-alone-component
this returned php code i need rendered.
Volt only produces PHP code, it does not render templates, this job is made by Mvc\View