Replies: 1 comment
-
You'll need to use parentheses to control the order that complex expressions are evaluated in.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm encountering some issues when writing a jinja code which compose custom filters and list index function.
After defined split filter
The line
template = env.from_string(jinja_code)
raisesI'm wondering if we could support composable operations? Thanks
Beta Was this translation helpful? Give feedback.
All reactions