Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Created July 11, 2016 18:24
Show Gist options
  • Save wellingtonpgp/920de5d3dd948777fab34890e9fab8df to your computer and use it in GitHub Desktop.
Save wellingtonpgp/920de5d3dd948777fab34890e9fab8df to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>handerlerbars</title>
</head>
<body>
<h1>
{{title}}
</h1>
<ul>
{{#each list}}
<li>{{this}}</li>
{{/each}}
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment