mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
10 lines
421 B
Plaintext
10 lines
421 B
Plaintext
error: your template code is too deeply nested, or last expression is too complex
|
|
failed to parse template source at row 14, column 42 near:
|
|
"%}{%if 1%}{%if 1%}{%if 1%}{%if 1%}{%if 1"...
|
|
--> tests/ui/excessive_nesting.rs:3:10
|
|
|
|
|
3 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|