djc / askama

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

Test partial renders with block fragments #1032

Open rellfy opened 5 months ago

rellfy commented 5 months ago

This complements the testing for https://github.com/djc/askama/pull/1029/files with respect to inheriting templates. The tests will pass after the fix PR is merged and this branch is updated.

GuillaumeGomez commented 5 months ago

More tests are always welcome, thanks!