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

Fix eager execution handling of {% print foo|render %} #1184

Open
jasmith-hs opened this issue May 13, 2024 · 0 comments
Open

Fix eager execution handling of {% print foo|render %} #1184

jasmith-hs opened this issue May 13, 2024 · 0 comments
Assignees

Comments

@jasmith-hs
Copy link
Contributor

The |render filter intends to perform nested interpretation, but if there's some aspect of the string input that can't be fully resolved, it will get deferred, but the EagerPrintTag will then wrap the output in {% raw %} tags as it doesn't realise that the output wasn't able to be fully rendered.

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

No branches or pull requests

1 participant