app.engine(ext, callback)

var engines = require('consolidate')
app.engine('haml', engines.haml)
app.engine('html', engines.hogan)
Comments