Skip to content

Instantly share code, notes, and snippets.

@scottnath
Created May 22, 2015 17:56
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 scottnath/9122cd1166a314502d45 to your computer and use it in GitHub Desktop.
Save scottnath/9122cd1166a314502d45 to your computer and use it in GitHub Desktop.
print out an object in a jade template
// `symbol` is the object
each val, index in symbol
li= index + ': ' + val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment