require-jade
require-jade copied to clipboard
Template Inheritance
Should this work?
It would be nice to have, but at this point I don't think it works. I haven't tried it out, so I cannot verify that.
Can you do template inheritance in jrburke text module?
I don't think so. Template inheritance is a feature of Jade.
https://github.com/visionmedia/jade#a11
Yes. Inheritance works wonderfully on the server side. I've kept my frontend templates pretty simple so far. I wondered about inheritance too, but ended up using backbone to control smaller sub views.
Have you asked TJ about this?
Would be REALLY nice to have this feature.