djc / askama

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

book: fix typo in Template Syntax page #1082

Closed m4tx closed 2 months ago

m4tx commented 2 months ago

The semicolon in {% let entity = entity; %} causes the template compilation to fail, so this commit removes it.

djc commented 2 months ago

Thanks!