Skip to content

Instantly share code, notes, and snippets.

@hugeuser
Created February 28, 2014 14:54
Show Gist options
  • Save hugeuser/9272487 to your computer and use it in GitHub Desktop.
Save hugeuser/9272487 to your computer and use it in GitHub Desktop.
Uncaught assertion error
<div class='large-text'>Form</div>
<div class='text'>
<form action="/form" method="post">
First name: <br>
Last name: <br>
</form>
<div>
{{#each results}}
<div>
{{this.user_name}} {{this.email}} {{this.fname}} {{this.lname}}
</div>
{{/each}}
</div>
<a href="/login">Exit</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment