Skip to content

Instantly share code, notes, and snippets.

@bebraw
Created March 29, 2013 16:05
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 bebraw/5271763 to your computer and use it in GitHub Desktop.
Save bebraw/5271763 to your computer and use it in GitHub Desktop.
h1= header
for item in items
if item.first
li: strong= item.name
if item.link
li: a(href= item.url)= item.name
if empty
p The list is empty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment