What are some preferred packages for templating in Haskell. Something similar to Django Templates, or PHP.
I don\'t want to always use it with HTML. It can be any ot
hastache seems rather well designed imo. Bravo is a cool idea, but suited for what I want (loops, etc.), and it assumes all parameters are, in some way or another, strings.