mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00

Askama uses the syntax `{% when Variant with (parameters) %}` in `{% match %}` blocks. This change allows the optional use of the keyword "with" in "let" and "if let" statements, too.