]> git.ipfire.org Git - thirdparty/jinja.git/commit
Implement with-tag with a custom node
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 14:35:54 +0000 (15:35 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 14:35:56 +0000 (15:35 +0100)
commit90ac7644d0fcdddf4a20dd0ae51e7189202d133c
tree3249196229d8d69e4fa06b587d4f1982e84ab757
parent75bbd40730c9d3713cc1f090478c9cf588ba2118
Implement with-tag with a custom node
CHANGES
jinja2/compiler.py
jinja2/idtracking.py
jinja2/nodes.py
jinja2/parser.py
tests/test_core_tags.py
tests/test_ext.py