samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
834 stars 128 forks source link

Support for template inheritance extension #120

Closed bennofs closed 9 months ago

bennofs commented 4 years ago

While not official, quite a few implemenations (hogan.js, mustache.java, mustache.php, GRmustache) support template inheritance as defined in https://github.com/mustache/spec/pull/75. Is there any interest to support this in jmustache as well?