2014-10-11 82 views
0

你可以把jade渲染成html吗?你可以将Jade渲染为Html吗?

.row 
    html. 
     #{content} 

凡内容会像

<p> Hello World </p> 

谢谢!

注意:做这样的does not工作:(

+0

使用另一种视图引擎? – 2014-10-11 10:20:22

回答

3

当然,只需更换#{content}!{content}

.row 
    html. 
     !{content}