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.
我在 node.js/express 上使用 Jade 作为应用程序的模板引擎。
我不想在不同的视图中重复代码。有没有办法像freemarker一样定义宏/包含/函数?
使用局部视图。
查看截屏视频,特别是部分视图。
小心部分是由 express 而不是视图引擎定义的。如果你想在 express 之外使用你的视图,你将不得不模仿它们(partials 的 API 非常好)。