Skip to content

Instantly share code, notes, and snippets.

@flexd
Created December 1, 2012 09:55
Show Gist options
  • Save flexd/4181365 to your computer and use it in GitHub Desktop.
Save flexd/4181365 to your computer and use it in GitHub Desktop.
<div id="queue">
<ul class="queue">
{{#each q in controller}}
{{#with q}}
<li>
<h2>{{fullName}}</h2>
</li>
{{/with}}
{{/each}}
</ul>
{{#unless controller }}
<h1>Det finnes ingen i køen!</h1>
{{/unless}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment