aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/generator.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Raise 500 error instead of unwrapping in Rocket Responder implLibravatar Dirkjan Ochtman2017-09-051-3/+7
|
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-14/+38
|
* Move filter list closer to the actual filters, add docsLibravatar Dirkjan Ochtman2017-09-041-13/+2
|
* Tighten up code for join filter handlingLibravatar Dirkjan Ochtman2017-09-041-8/+1
|
* Add `join` filter & tests for itLibravatar defyrlt2017-09-021-0/+25
|
* Refactor `visit_filter` to allow easier customizationLibravatar defyrlt2017-09-021-11/+21
|
* Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman2017-08-271-0/+715
This makes it possible to share code between askama and askama_derive.