mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
error: expected name `foo` in `endblock` tag, found `not_foo`
|
|
--> <source attribute>:1:27
|
|
"not_foo %}"
|
|
--> tests/ui/name_mismatch_endblock.rs:4:21
|
|
|
|
|
4 | #[template(source = "{% block foo %}{% endblock not_foo %}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|