@hackage / servant-stache

Content-Types for rendering Mustache in servant

Latest0.1.0.0

About

Metadata

  • Last updated , by lotz
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: tatsuya.hirose.0804@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

servant-stache

Content-Types and template management for rendering Mustache templates in servant Web applications. This package is heavily inspired by servant-ede. Documentation and examples available at Servant.Mustache.

Example

Example code is in example directory. You can run example as below.

$ git clone git@github.com:lotz84/servant-stache.git
$ cd servant-stache
$ stack build
$ stack exec example

And access http://localhost:8080 on browser.

Contribution

Feel free to send a PR or create a new issue.