Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive rendering, is it possible? #598

Open
OriDevTeam opened this issue Aug 21, 2023 · 1 comment
Open

Recursive rendering, is it possible? #598

OriDevTeam opened this issue Aug 21, 2023 · 1 comment

Comments

@OriDevTeam
Copy link

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

@sunng87
Copy link
Owner

sunng87 commented Aug 21, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants