Mustache [mustache] module
This module is for the Play 1.x series only.
Allows you to define logic-less template snippets that can be used server-side in your Play! views as well as client-side in your JavaScript. The snippets use Mustache, a logic-less template language that has compilers for both JavaScript and Java.
https://github.com/murz/play-mustache
Written by Michael Murray.
Published releases
head | Mar 21 2011 | Documentation | Try Play |
0.2 | Mar 21 2011 | Documentation | Try Play |
0.1 | Nov 14 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install mustache-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> mustache {version}