I can find plenty of documentation on using blitz and other compiletime templating libraries with happstack but I would like to know how to use html files as templates.
I can find plenty of documentation on using blitz and other compiletime templating libraries
Share
Though there are many options, my favourite would be
Heist, which would allow you to define asplice:which could be used in a dynamic (loaded at runtime)
HTMLtemplate:To use
heistinhappstack, you’ll need the happstack-heist package. For more detail and other options, see Using Heist.