我可以有一个 layout.jade 文件吗:
h1 Layout File
block content
然后是一个 index.jade 文件:
extends layout
.span4.whatever
p some code goes here
block another-code-block
然后是第三个 thirdfile.jade 文件:
extends index
这是行不通的。两者都没有扩展布局。有没有办法做到这一点?
.row-fluid
a.poo
a.boo