Templating packages for Haskell

前端 未结 5 1511
孤城傲影
孤城傲影 2020-12-24 03:13

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

5条回答
  •  爱一瞬间的悲伤
    2020-12-24 03:50

    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.

提交回复
热议问题