tdammers / ginger

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

Implement missing built-ins #18

Open tdammers opened 6 years ago

tdammers commented 6 years ago

Ginger does not currently implement all the built-in functions, filters and tests that jinja2 defines.

For reference:

Note that in Ginger, these things are all just syntax sugar for function calls, while Jinja2 has separate namespaces for each of them - we are not looking to change this, just implementing missing things.