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 other thing. I guess what I want is a string interpolation library, that also supports loops, registration of filter/escape utilities, if conditions, etc.