Open sontek opened 12 years ago
Hogan.js and Mustache.java have both implemented inheritance so that you can things like: https://gist.github.com/1854699
Here are the mustache.java tests for it:
https://github.com/spullara/mustache.java/blob/master/compiler/src/test/java/com/github/mustachejava/ExtensionTest.java
+1
Here's the proposed spec for it from mustache: https://github.com/mustache/spec/issues/38
Hogan.js and Mustache.java have both implemented inheritance so that you can things like: https://gist.github.com/1854699
Here are the mustache.java tests for it:
https://github.com/spullara/mustache.java/blob/master/compiler/src/test/java/com/github/mustachejava/ExtensionTest.java