I've been looking at a few client side JS frameworks like SproutCore and JavaScriptMVC, but was wondering if anyone could recommend a JS framework or template engine that has template inheritance support?
For example, if I have a base template, I want to be able to extend templates using the base template, similar to what Jinja template engine does with the {% extend '...' %}
tag
Any ideas?