Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created September 19, 2011 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/1225929 to your computer and use it in GitHub Desktop.
Save monokrome/1225929 to your computer and use it in GitHub Desktop.
some_view = (req, res, next) ->
res.render 'sometemplate.jade',
favorite_fruit: ['apples', 'oranges', 'bananas']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment