Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created May 26, 2013 23:50
Show Gist options
  • Save marti1125/5654476 to your computer and use it in GitHub Desktop.
Save marti1125/5654476 to your computer and use it in GitHub Desktop.
view badges
<script id="badgeTemplate" type="text/template">
<div class="username">
<% _.each(results, function(res) { %>
<li><%= res.username %></li>
<% }); %>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment