tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Fix parsing of filters on left side of binary expr #29

Closed tyler-sommer closed 4 years ago

tyler-sommer commented 4 years ago

This fixes

{% if keys|length > 0 %}

and

{% if something|default(1) > 0 %}