@hackage servant-stache0.1.0.0
Content-Types for rendering Mustache in servant
Categories
License
BSD-3-Clause
Maintainer
tatsuya.hirose.0804@gmail.com
Links
Versions
- 0.1.0.0 Sat, 28 Jul 2018
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.