Play framework is joining the Typesafe Stack — More information in the official announcement
Community contributed extensions
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.
| mustache-head | Mar 21, 2011 | Documentation | Download |
| mustache-0.2 ★ | Mar 21, 2011 | Documentation | Download |
| mustache-0.1 | Nov 14, 2010 | Documentation | Download |
To install locally this modules 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}
Check the documentation link of each release to check version notes.
Comments
Use this form to discuss about this module. Off-topic comments will be deleted without warning.