mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
error: `json` filter accepts at most 1 argument; its arguments are: ([indent])
|
|
--> OneTwoThree.txt:1:13
|
|
"3) }}"
|
|
--> tests/ui/json-too-many-args.rs:6:34
|
|
|
|
|
6 | #[template(ext = "txt", source = "{{ 1|json(2, 3) }}")]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|