Skip to content

Instantly share code, notes, and snippets.

@alivedise
Created August 18, 2012 03:43
Show Gist options
  • Select an option

  • Save alivedise/3384200 to your computer and use it in GitHub Desktop.

Select an option

Save alivedise/3384200 to your computer and use it in GitHub Desktop.
embedded js
<ul>
<% for(var i=0; i<supplies.length; i++) {%>
<li><%= supplies[i] %></li>
<% } %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment