Skip to content

Instantly share code, notes, and snippets.

@jameswomack
Created May 8, 2014 02:06
Show Gist options
  • Save jameswomack/0ac7271c1e6401079b7b to your computer and use it in GitHub Desktop.
Save jameswomack/0ac7271c1e6401079b7b to your computer and use it in GitHub Desktop.
Rendr Handlebars Shared Data
<article class="recipe-view">
<section id="recipe-view-list">
{{view "shared/itemList" collection=itemCollection}}
</section>
<div id="detail-recipe-view">
{{view "recipe/detail" collection=itemCollection}}
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment