Skip to content

Instantly share code, notes, and snippets.

@navarroaxel
Created May 12, 2014 01:05
Show Gist options
  • Select an option

  • Save navarroaxel/079bb4494d87bad91756 to your computer and use it in GitHub Desktop.

Select an option

Save navarroaxel/079bb4494d87bad91756 to your computer and use it in GitHub Desktop.
How to use Jade with Express
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'jade');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment