Skip to content

Instantly share code, notes, and snippets.

@bbauer
Created June 30, 2012 20:16
Show Gist options
  • Select an option

  • Save bbauer/3025331 to your computer and use it in GitHub Desktop.

Select an option

Save bbauer/3025331 to your computer and use it in GitHub Desktop.
<script type="text/template" id="floor-plans-template">
<ul>
{{ _.each(data, function(item) { }}
<li>${{= item.marketing_name}} - {{= item.rate }}</li>
{{ }) }}
</ul>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment