tdammers / ginger

A Haskell implementation of the Jinja template language.
MIT License
77 stars 13 forks source link

Implement `{% filter %}` #20

Open tdammers opened 6 years ago

tdammers commented 6 years ago

Original jinja2 feature.

Rundown:

This should be possible entirely at the syntax level, without touching the AST.