Skip to content

Instantly share code, notes, and snippets.

@niftydigits
Created February 7, 2011 13:37
Show Gist options
  • Save niftydigits/814370 to your computer and use it in GitHub Desktop.
Save niftydigits/814370 to your computer and use it in GitHub Desktop.
h1= title
#articles
- each article in articles
div.article
div.created_at= article.created_at
- var articlelink = 'blog/view/' + article._id;
a(href=articlelink)
div.title= article.title
div.body= article.body
a(href='blog/new')
Add new post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment