Skip to content

Instantly share code, notes, and snippets.

@ecto
Created January 24, 2011 22:49
Show Gist options
  • Save ecto/794147 to your computer and use it in GitHub Desktop.
Save ecto/794147 to your computer and use it in GitHub Desktop.
<% for (var i in images) { var thisImage = images[i]; %>
<img src="/images/mugshots/<%- thisImage[0] %>" /><br />
Rating: <%- thisImage[1] %><br /><br />
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment