Accessing/exporting jinja variables #645
Unanswered
deity-jeroen
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure if I understood your question correctly but I believe you are looking for |
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
-
Is it possible to
set
multiple variables (at the top-level scope), and (rather than using them in the template output) determine which names were set by the expression, and extract those values?Alternatively, is it possible to alter the values of variables that were provided in the context to the expression, and retrieve the new values after the expression is evaluated?
Beta Was this translation helpful? Give feedback.
All reactions