Skip to content

Instantly share code, notes, and snippets.

@jblanche
Created January 16, 2014 14:54
Show Gist options
  • Save jblanche/8456242 to your computer and use it in GitHub Desktop.
Save jblanche/8456242 to your computer and use it in GitHub Desktop.
checkins
{{#each . }}
<li class="">
<div class="icon"><img src="{{icon}}" alt="" class="img-responsive"></div>
<div class="details">
<strong title="{{name}}">{{name}}</strong>
<time>{{stamp}}</time>
<address>{{vicinity}}</address>
<cite>{{userName}}</cite>
{{#if comment}}
<q>{{comment}}</q>
{{/if}}
</div>
</li>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment