Skip to content

Instantly share code, notes, and snippets.

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

  • Save navarroaxel/06b09285539315a1a0ff to your computer and use it in GitHub Desktop.

Select an option

Save navarroaxel/06b09285539315a1a0ff to your computer and use it in GitHub Desktop.
How to use justhtml with Express
app.set('views', __dirname + '/views');
app.set("view options", {layout: false});
app.engine('html', require('justhtml').__express);
app.set('view engine', 'html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment