Replies: 1 comment 3 replies
-
|
Except for a (big) increase in parser complexity, I don't see any reason why not. Although, if the parser complexity increase is too big, I'd prefer not to do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, supporting forward declarations of variables (
{% let <variablename> %}in askama is a necessity, because assigning values conditionally is hard otherwise.Would supporting if expressions in variable assignments be an acceptable way to support this?
Beta Was this translation helpful? Give feedback.
All reactions