Skip to content

Instantly share code, notes, and snippets.

@Davidegloh
Last active May 4, 2021 20:40
Show Gist options
  • Save Davidegloh/0c970b8b4e1f094bd4112943a92ce9a3 to your computer and use it in GitHub Desktop.
Save Davidegloh/0c970b8b4e1f094bd4112943a92ce9a3 to your computer and use it in GitHub Desktop.
[EJS] #ejs
// Dans index.js on défini qu'on utilise le moteur de template EJS
app.set('view engine, 'ejs');
app.set('views';__dirname + '/views');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment