feat(if): Support >, >=, < and <= operators

Closes #52
This commit is contained in:
Kyle Fuller
2016-11-28 18:17:01 +00:00
parent ab6f1a032d
commit c59b263446
5 changed files with 179 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
values of Swift structures and classes inside a Context.
- If tags can now use prefix and infix operators such as `not`, `and`, `or`,
`==`, and `!=`.
`==`, `!=`, `>`, `>=`, `<` and `<=`.
```html+django
{% if one or two and not three %}