defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

Support inheritance like hogan.js and mustache.java #133

Open sontek opened 12 years ago

sontek commented 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

joeyespo commented 11 years ago

+1

Here's the proposed spec for it from mustache: https://github.com/mustache/spec/issues/38