Skip to content

Instantly share code, notes, and snippets.

@monkindey
Created August 5, 2017 08:06
Show Gist options
  • Save monkindey/bbe948923a021e6764ae09083807c8d9 to your computer and use it in GitHub Desktop.
Save monkindey/bbe948923a021e6764ae09083807c8d9 to your computer and use it in GitHub Desktop.
How to customize your view engine with express
app.set('view engine', 'html');
app.engine('html', require('ejs').renderFile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment