]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add support for parsing `{% include %}` tags
authorKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 02:48:12 +0000 (22:48 -0400)
committerKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 02:48:12 +0000 (22:48 -0400)
commit3f8bcd5f0bbb153b4fd9fdb8c346fc04e8b45fe1
tree94db3bcacd46e3064d25a6b79edfe7ca484a3e8f
parent9d408a7d5c4f2d54046b77de65c26c29c56d1021
Add support for parsing `{% include %}` tags

This does not yet support the `ignore_missing` flag that can be
passed as a parameter to an `{% include %}` tag
new_parser.py
test_template.jinja