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

This allows a more natural filter usage: `{{ val | fmt("{:?}") }}` as well as enabling convenient filter composition: `{{ price | to_f64 | fmt("${:.2}") | center }}`