📜  使用 Jade 在变量中渲染 HTML - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:14.377000             🧑  作者: Mango

代码示例1
The syntax you need is :

!{yourJsVariable}
if you use #{yourJsVariable} it shows consider it as string,
but with !{} it doesn't.