Skip to content

Instantly share code, notes, and snippets.

@cgcardona
Created July 30, 2010 19:16
Show Gist options
  • Save cgcardona/501151 to your computer and use it in GitHub Desktop.
Save cgcardona/501151 to your computer and use it in GitHub Desktop.
app.get('/', function(req, res){
res.render('stuff.ejs', {
layout: false,
locals: {
title: 'carlos'
}
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment