djc / askama

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

Add a failing test for using include within a block fragment #1066

Open OscartGiles opened 3 months ago

OscartGiles commented 3 months ago

Failing test with include in a fragment

See https://github.com/djc/askama/issues/1063

GuillaumeGomez commented 3 months ago

I'll give a look when I have time but it should definitely work.