When working on a custom print format, how do I get the variables available?
As an old fashioned php person, I’d var_dump them (print vars() in python I believe) But how is that done within Jinja?
When working on a custom print format, how do I get the variables available?
As an old fashioned php person, I’d var_dump them (print vars() in python I believe) But how is that done within Jinja?
Jinja equivalent is “Context”