Hi,
I've been playing with the mustachelet project and using template inheritance, however I am running into a problem whereby only the last child template that gets compiled by the DefaultMustacheFactory is usable. If a new DefaultMustacheFactory is created before compiling each template they all work fine.
The attached project demonstrates the problem. If I load /sub1 I get the template for sub2 without any values filled. However, if I load /sub2 the template displays correctly. Reversing the order in which the templates are compiled reverses the problem.
Not sure if it's a bug, or I'm doing something wrong, but would appreciate if someone would take a look..
Thanks,
Mark