码迷,mamicode.com
首页 > Web开发 > 详细

更改ejs模板引擎的后缀为html

时间:2016-04-28 00:18:01      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

  1. app.js:

app.set(‘view engine‘, ‘ejs‘);

app.engine(‘html‘, require(‘ejs‘).renderFile);

?

  1. routes/index.js

    router.get(‘/‘, function(req, res, next) {

    res.render(‘index.html‘, { title: ‘Express‘ });

    });

更改ejs模板引擎的后缀为html

标签:

原文地址:http://www.cnblogs.com/my4piano/p/5440944.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!