0

layout.jade ファイルを用意できますか:

h1 Layout File  
 block content

そして index.jade ファイル:

extends layout
.span4.whatever
p some code goes here
block another-code-block

そして、3 番目の thirdfile.jade ファイル:

extends index
.row-fluid
a.poo a.boo
これは機能していません。また、両方のレイアウトを拡張することもありません。これを達成する方法はありますか?

4

1 に答える 1