]> git.ipfire.org Git - thirdparty/jinja.git/commit
Support parsing `{% block %}` blocks
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:27:20 +0000 (12:27 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:27:20 +0000 (12:27 -0400)
commita221d0a3879dc5cf4145b2ce8ba58286f20a5fc3
tree971f40629d1b9149e1a857e5714db40d1ecf0d8f
parentf524b56a4221e2ee11c33f396387601f8c29e010
Support parsing `{% block %}` blocks

This does not currently parse out the scoped parameter but that will
come soon enough.
new_parser.py