Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Last active August 29, 2015 14:12
Show Gist options
  • Save sas1ni69/ed63064d8b5785d9d3e5 to your computer and use it in GitHub Desktop.
Save sas1ni69/ed63064d8b5785d9d3e5 to your computer and use it in GitHub Desktop.
<head>
<title>newapp</title>
</head>
<body>
<h1>Welcome to Meteor!</h1>
{{> hello}}
</body>
<template name="hello">
<button>Click Me</button>
<p>You've pressed the button {{counter}} times.</p>
<ul>
{{#each users}}
<li>{{name}}</li>
{{/each}}
</ul>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment