robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

Jade inheritance wasn't working #19

Closed MRHarrison closed 12 years ago

MRHarrison commented 12 years ago

I changed view options to layout false and changed the body tag in layout.jade to get inheritance to work. I also added a couple blocks to layout.jade and an extends layout in the index.jade to have the inheritance setup and ready to go. Tested it and it works.