hdngr / treehouse-express-basics

This repo features an express app to serve as demo in the Express Basics course on Treehouse.
23 stars 48 forks source link

Index.jade - Incorrect Template Inheritance #6

Open scottmcook opened 8 years ago

scottmcook commented 8 years ago

When I run nodemon, I get a 'no such file or directory error' for the file: layout.jade.jade.

It looks like it's because in index.jade we call

extends ./layout.jade

After I removed the extra '.jade' it worked!

jns4u commented 8 years ago

correct format for template inheritance is extends ./layout