下面的 pyjade 代码会导致内部服务器错误。当 #{module.key} 在 href 之外使用时,它可以正常工作。有任何想法吗?
table
// the table isn't working perfectly but leo is making responsive
// anyway, will merge that version
each module, m in modules
if (m % 5 == 0)
tr
td
a(href='#{module.key}') #{module.name}
else
td
a(href="#{module.key}") #{module.name}