The problem is with your indentation.(问题出在您的缩进。)
This is fixed form(这是固定形式)
div(class='row')
div(class='col-lg-8')
- for (var i = 0; i < 3; i++)
div(class='row')
- for (var j = 0; j < 12; j++)
p #{j}
As you can see, you aren't nesting p
inside for loop.(如您所见,您没有将p
嵌套在for循环中。) 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…