Skip to content

Instantly share code, notes, and snippets.

@niftydigits
Created February 6, 2011 23:16
Show Gist options
  • Save niftydigits/813810 to your computer and use it in GitHub Desktop.
Save niftydigits/813810 to your computer and use it in GitHub Desktop.
h1= title
#articles
- each article in articles
div.article
div.created_at= article.created_at
div.title= article.title
div.body= article.body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment