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,我不能使用需要 .twig 扩展名的 IDE 的自动完成功能
你在 express.js 中使用它吗?
如果是这样,您可以像这样使用它:
app.engine('twig', cons.swig); app.set('view engine', 'twig');