tinct-martini

Results 1 issues of tinct-martini

The following fails to parse with tera but works fine with jinja2: ``` {% if (brand.id == "barfoo") or (brand.id == "foobar") %}LOL{% endif %} ``` with the following error:...