Using Hamlet in Haskell without Yesod

Viewed 2214

Can anyone point me to an example of how to use Hamlet without Yesod? http://www.yesodweb.com/book/templates is a great bit of documentation, but I can't get my ghci session to render even a simple hamlet template without crashing.

2 Answers
Related