Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Created December 11, 2013 07:52
Show Gist options
  • Save balinterdi/7906523 to your computer and use it in GitHub Desktop.
Save balinterdi/7906523 to your computer and use it in GitHub Desktop.
<script type="text/x-handlebars" data-template-name="ideas">
{{ render "ideas/new" }}
<div class="idea-list">
<ul class="unstyled">
{{#each controller}}
{{ render "idea" this }}
{{/each}}
</ul>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment