Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created November 8, 2012 15:14
Show Gist options
  • Save larzconwell/4039398 to your computer and use it in GitHub Desktop.
Save larzconwell/4039398 to your computer and use it in GitHub Desktop.
var session = res.session.user || {}
, flash = res.flash || {};
res.render('search/index', {session: session, flash: flash});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment