How can I configure the open/close tags (see "Custom Tags" in the documentation) in the EJS view engine, which is included in the Express framework?
Found this in the documentation, under http://expressjs.com/guide.html#view-rendering
app.set('view options', {
open: '{{',
close: '}}'
});
来源:https://stackoverflow.com/questions/5532404/configure-ejs-view-engine-options-express-framework