tdammers / ginger

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

Allow changing tokens for control flow constructs, comments, and interpolations #17

Closed tdammers closed 6 years ago

tdammers commented 6 years ago

Jinja2 allows setting these special tokens to something other than the defaults {% %}, {{ }}, {- -}, e.g. <% %> etc.

tdammers commented 6 years ago

Fixed in a1a6025