]> git.ipfire.org Git - thirdparty/jinja.git/commit
Initial support for if blocks
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:42:22 +0000 (12:42 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:42:22 +0000 (12:42 -0400)
commitd54d93ef2f480bc7609bd35afce9f76dd1ef2b1a
tree1b6472ebb5d4f80c5a29325e14d5c0766479fe3e
parent51f4815dde2a95154986e48919cbea0ad7b87c72
Initial support for if blocks

This currently only supports tests which are a simple condition and
do not span multiple sides of a comparison.
new_parser.py