Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 8, 2015 11:08
Show Gist options
  • Save brlafreniere/df071c7f6c90089cd409 to your computer and use it in GitHub Desktop.
Save brlafreniere/df071c7f6c90089cd409 to your computer and use it in GitHub Desktop.
<section id="users">
{{#with room}}
{{#each joinedUsers}}
<div class="user">{{this}}</div>
{{/each}
{{/each}}
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment