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