I am trying to understand how JADE works when there are several templates.
I worked by this tutorial: http://www.franz-enzenhofer.com/jade
But, I got this:
$ curl http://localhost:3000
<h1> <a href="http://www.franz-enzenhofer.com/">Franz Enzenhofer</a></h1>
It seems that the command "res.render('index.jade',..." only took the index.jade template, but didn't insert it into the layout.jade template as should happen...