Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个玉石块作为我的标题,例如
html head title block head_title
然后是 mypage.jade
block head_title. raw text here
但是翡翠似乎总是期望一个块内有一个标签,并输出
<raw>text here</raw>
使用管道:
block head_title | raw text here
文档:https ://github.com/visionmedia/jade#a6-3