mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 14:31:36 +00:00
11 lines
232 B
Plaintext
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#"
|
|
| ^^^^^^^^
|