Created
April 14, 2012 22:47
-
-
Save bensonk/2388353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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