askama/askama_shared
René Kijewski 9e7fe8f2f9 Allow using "with" keyword in "let" statements
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.
2021-07-30 11:45:56 +02:00
..
2020-06-30 13:35:53 +02:00

askama_shared: shared code for the Askama templating engine

Documentation Latest version Build Status Chat

This crate contains helper code used by the Askama templating engine.