feat(for tag): Support where expressions (#96)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### Enhancements
|
||||
|
||||
- `for` block now can contain `where` expression to filter array items. For example `{% for item in items where item > 1 %}` is now supported.
|
||||
- `if` blocks may now contain else if (`elif`) conditions.
|
||||
|
||||
```html+django
|
||||
@@ -16,7 +17,6 @@
|
||||
{% endif %}
|
||||
```
|
||||
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Breaking
|
||||
|
||||
Reference in New Issue
Block a user