Web/Libraries/Templating: Difference between revisions
(Use tables) |
m (Changed category) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Web|*]] | [[Category:Web|*]] | ||
[[Category:Pages with broken file links]] | |||
{{Web infobox}} | {{Web infobox}} | ||
Latest revision as of 04:57, 26 April 2021
Hamlet
Hamlet's main goal is to provide you with fully type-safe templates. It uses Haskell's quasi-quoting facilities so that everything is checked at compile time. Unlike using an HTML combinator library, it uses a more intuitive syntax for defining your templates: a Haml-inspired syntax to be precise. It also has support for type-safe URLs, and achieves very high performance by being based on BlazeHtml and performing compile-time optimizations.
License: | BSD3 |
---|---|
Author: | Michael Snoyman <michael@snoyman.com> |
Maintainer: | Michael Snoyman <michael@snoyman.com> |
Home page: | http://docs.yesodweb.com/ |
Package & repositories | Hackage - Github |
HStringTemplate
HStringTemplate is a Haskell-ish port of the Java StringTemplate library by Terrence Parr, ported by Sterling Clover. It can be used for any templating purpose, but is often used for dynamically generated web pages.
More information on the Wiki page
License: | BSD3 |
---|---|
Author: | Sterling Clover |
Maintainer: | s.clover@gmail.com |
Package & repositories | Hackage - Darcs |