Filters jade允许将其他语言嵌套到jade语言之中. 支持的有:coffee-script,:babel,:uglify-js, :less,:markdown-it. jade: :markdown # Markdown I often like including markdown documents. script :coffee-script console.log 'This is coffee script' html: <h1>Markdown</h1> &…
Includes jade允许利用include将其他文件(支持filters所支持的类型)中的代码嵌入当前代码中. jade: //- index.jade doctype html html include ./includes/head.jade body h1 My Site p Welcome to my super lame site. include ./includes/foot.jade //- includes/head.jade head title My Site scr…
语言参考 标签列表 doctype Tags Block Expansion Attributes Boolean Attributes Class Attributes Class Literal ID Literal Plain Text Piped Text Inline in a Tag Block in a Tag Code Unbuffered Code Buffered Code Unescaped Buffered Code Comments Block Comments Con…