如何在Pug中添加胡须和属性?

时间:2018-03-01 14:49:13

标签: pug mustache ractivejs

如何在Pug中生成以下HTML:

<p hello="{{there}}" {{extra-attributes}}>hey!</p> 

1 个答案:

答案 0 :(得分:1)

看起来您必须将doctype设置为html:

doctype html
p({{extra-attributes}})

至少,这适用于玉石在线转换器。