I have a template that is pretty much just Hello {{name}}, and the name is {{real_name}}, which is world, but when doing rendering it will only return Hello {{real_name}}.
I tried to see in the docs and code if there was a clear way of recursing the render while expressions are present but doesn't seem to be anything out there that i perceive.
Thanks for the work, pretty neat library
I have a template that is pretty much just
Hello {{name}}, and thenameis{{real_name}}, which isworld, but when doing rendering it will only returnHello {{real_name}}.I tried to see in the docs and code if there was a clear way of recursing the render while expressions are present but doesn't seem to be anything out there that i perceive.
Thanks for the work, pretty neat library