Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created April 14, 2012 22:47
Show Gist options
  • Save bensonk/2388353 to your computer and use it in GitHub Desktop.
Save bensonk/2388353 to your computer and use it in GitHub Desktop.
<head>
<title>fancypants</title>
</head>
<body>
{{> people}}
</body>
<template name="people">
<div class="person-list">
<h2>Forums</h2>
<ul>
{{#each names}}
<li>{{name}}</li>
{{/each}}
</ul>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment