# jade **Repository Path**: mirrors_regular/jade ## Basic Information - **Project Name**: jade - **Description**: Jade - robust, elegant, feature rich template engine for nodejs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jade - 模板引擎 Jade 是一个高性能的模板引擎,它深受 [Haml](http://haml-lang.com) 影响,它是用 JavaScript 实现的, 并且可以供 [Node](http://nodejs.org) 使用. 翻译: [草依山](http://jser.me) 等 ## 声明 从 Jade `v0.31.0` 开始放弃了对于 `" | !{html} ``` 内联标签同样可以使用文本块来包含文本: ```jade label | Username: input(name='user[name]') ``` 或者直接使用标签文本: ```jade label Username: input(name='user[name]') ``` _只_ 包含文本的标签,比如 `
Welcome to my super lame site.