Commit Graph

2 Commits (dd79c49a4de3a6dd5bd9d31503bd7846475e8e57)

Author SHA1 Message Date
Matt Martz 509be19357
Fix nested jinja statements in integration tests (#81591) 1 year ago
Martin Krizek 8cd95a8e66
Account for overlays when interacting with Jinja envs (#80705)
Instead of using Templar.environment in Templar.do_template for
accessing/mutating the environment, myenv local variable should be used
because it is the environment used for actual templating. It can either
point to Templar.environment or newly created environment overlay.

Fixes #80605
1 year ago