askama/testing/tests/ui/multiple_extends.stderr

12 lines
313 B
Plaintext

error: `extends` block must come first in a template
--> <source attribute>:3:2
" extends \"foo.html\" %}\n"
--> tests/ui/multiple_extends.rs:4:21
|
4 | #[template(source = r#"
| _____________________^
5 | | {% extends "let.html" %}
6 | | {% extends "foo.html" %}
7 | | "#, ext = "txt")]
| |__^