djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.25k stars 213 forks source link

Fix block partial rendering #1054

Closed GuillaumeGomez closed 1 month ago

GuillaumeGomez commented 2 months ago

Fixes #1052.

It didn't take into account that there would be other elements at the top level. Now it does.