djc / askama

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

Fix support for mixed case variables #951

Closed djc closed 9 months ago

djc commented 9 months ago

Fixes #924. Looks like this might have regressed in #840. I think checking only the first letter is a better heuristic than checking if any letters are uppercase.