Skip to content

Instantly share code, notes, and snippets.

@haywoood
Created March 2, 2013 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haywoood/5071829 to your computer and use it in GitHub Desktop.
Save haywoood/5071829 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="twelve columns">
<h2>{{title}} - Assets</h2>
</div>
</div>
<div class="row">
<div class="three columns">
<ul>
{{#each assetTypes}}
{{#linkTo 'product.filter' this}}{{title}}{{/linkTo}}
{{/each}}
</ul>
</div>
<div class="nine columns">
{{outlet}}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment