wolfendale / scala-nunjucks

5 stars 1 forks source link

Move filters to the environment instead of context #43

Closed wolfendale closed 4 years ago

wolfendale commented 4 years ago

This allows adding custom filters to the environment when it's instantiated. It's crude but it's a good initial interface for adding custom filters.

This is also more like how nunjucks works.