nodejsbook.io.examples
nodejsbook.io.examples copied to clipboard
Chapter 8, layout.jade
Really enjoying your book. For some reason layout.jade isn't working in chapter 8. Maybe a different version of Express?
via Twitter @joshhostels
(using express 3.3.4) I ran into the same problem and realized that I need to include:
extends ../layout block content
At the beginning of your file.