mirror of
https://github.com/askama-rs/askama.git
synced 2025-12-30 21:32:25 +00:00
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
error: unknown loop variable `index1`
|
|
--> UnknownLoopField.txt:1:29
|
|
"index1 }} {% endfor %}"
|
|
--> tests/ui/loop-fields.rs:7:14
|
|
|
|
|
7 | source = "{% for _ in 0..10 %} {{ loop.index1 }} {% endfor %}",
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|