mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
Merge pull request #133 from Kijewski/pr-typo-in-book
book: fix typo in Template Syntax page
This commit is contained in:
commit
72d0e2b250
@ -883,6 +883,6 @@ that `entity` was a field of the current type unlike usual. You can go
|
||||
around this limitation by binding your field's value into a variable:
|
||||
|
||||
```jinja
|
||||
{% let entity = entity; %}
|
||||
{% let entity = entity %}
|
||||
{{ test_macro!(entity) }}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user