servant-stache: Content-Types for rendering Mustache in servant

[ bsd3, library, program, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), http-media, servant, servant-server, servant-stache, stache, text, transformers, unordered-containers, vector, warp, xss-sanitize [details]
License BSD-3-Clause
Copyright 2018 Tatsuya Hirose
Author Tatsuya Hirose
Maintainer tatsuya.hirose.0804@gmail.com
Category Web
Home page https://github.com/lotz84/servant-stache#readme
Bug tracker https://github.com/lotz84/servant-stache/issues
Source repo head: git clone https://github.com/lotz84/servant-stache
Uploaded by lotz at 2018-07-28T10:50:10Z
Distributions
Executables example
Downloads 749 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-28 [all 1 reports]

Readme for servant-stache-0.1.0.0

[back to package description]

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.