djc / askama

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

Fix include statements within block fragments #1093

Closed mlabrenz117 closed 2 months ago

mlabrenz117 commented 2 months ago

Fixes #1063. Includes test case courtesy of @OscartGiles in #1066.

djc commented 2 months ago

This is great, thanks!