mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 04:50:40 +00:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
error: `extends` block must come first in a template
|
|
--> <source attribute>:2:2
|
|
" extends \"base.html\" %}\n"
|
|
--> tests/ui/extend.rs:5:14
|
|
|
|
|
5 | source = r##"bla
|
|
| ______________^
|
|
6 | | {% extends "base.html" %}
|
|
7 | | "##,
|
|
| |___^
|