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.
使用 jQueryMobile 多页模板时,NodeJS 推荐什么模板引擎?
我需要每个视图中的逻辑,例如 include_once('html-header') 因为我永远不知道当前页面是呈现列表中的第一个(也就是它是否符合会话特权标准)。
我已经尝试过 Jade,但对于此类问题,它似乎是完全不恰当的解决方案。但也许我的设计是错误的?
可能类似于 PHP 的 <? 和 <?= 将最适合我的项目需求。
编辑: 我使用 nodejs 作为 HTTP 服务器。
您可以使用 emberjs 并检测状态,并且可以根据需要将视图附加和删除到插座,Ember 使用车把模板引擎来呈现 html
余烬
还要检查此页面中的网点