hako: A mako-like quasi-quoter template library
A quasi-quote based HTML template library with a simplistic
approach, Hako borrows its philosophy from Mako, a popular
Python template library. The idea is that the template
mechanism itself should be kept simple, while exposing the
full expressivity of Haskell itself inside the templates.
At the same time, any value interpolated into a template gets
HTML-encoded by default, but you can override this behavior
by providing your own instances of the ToHtml
typeclass.
Downloads
- hako-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0, 0.3.0, 1.0.0 |
---|---|
Dependencies | base (>=3.0 && <5.0), haskell-src-meta (>=0.5 && <0.6), parsec (>=3.0 && <4.0), template-haskell (>=2.5 && <3.0), text, transformers [details] |
License | BSD-3-Clause |
Author | Tobias Dammers |
Maintainer | tdammers@gmail.com |
Category | Text |
Uploaded | by TobiasDammers at 2012-11-28T17:08:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2367 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-23 [all 7 reports] |