askama/testing/tests/ui/multiple_extends.stderr
2024-07-29 13:46:31 +02:00

11 lines
232 B
Plaintext

error: multiple extend blocks found
--> MyTemplate4.txt:3:3
|
3 | {% extends "foo.html" %}
| ^ close to this token
|
--> tests/ui/multiple_extends.rs:4:3
|
4 | #[template(source = r#"
| ^^^^^^^^