@hackage / tamper

Blaze-style HTML templates as a Monad Transformer.

Latest0.4.2.3

About

Metadata

  • Last updated , by TobiasDammers
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: tdammers@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Tamper is a template library similar in approach to Blaze, but implemented as a Monad Transformer, which allows the programmer to lift actions from the underlying monad into templates. This makes it possible to do things like triggering database queries from within a template as needed, accessing a cache, reading data from disk, etc., all within the context of a template.