Skip to content

Instantly share code, notes, and snippets.

@bebraw
Created March 29, 2013 16:05
Show Gist options
  • Select an option

  • Save bebraw/5271765 to your computer and use it in GitHub Desktop.

Select an option

Save bebraw/5271765 to your computer and use it in GitHub Desktop.
<h1>{{header}}</h1>
{{#items}}
{{#first}}
<li><strong>{{name}}</strong></li>
{{/first}}
{{#link}}
<li><a href="{{url}}">{{name}}</a></li>
{{/link}}
{{/items}}
{{#empty}}
<p>The list is empty.</p>
{{/empty}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment