You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have a template that is pretty much just
Hello {{name}}
, and thename
is{{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
The text was updated successfully, but these errors were encountered: