Skip to content

Instantly share code, notes, and snippets.

@mirzu
Last active October 12, 2015 06:07
Show Gist options
  • Save mirzu/3982229 to your computer and use it in GitHub Desktop.
Save mirzu/3982229 to your computer and use it in GitHub Desktop.
Node.js Training Nodes Template
<h1>nodes</h1>
{{#if results}}
<ul>
{{#each results}}
<li> {{this.title}}</li>
{{/each}}
</ul>
{{else}}
<p> No results</p>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment