Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Created December 27, 2014 13:24
Show Gist options
  • Save sas1ni69/2817c82ff2f2b5a1045a to your computer and use it in GitHub Desktop.
Save sas1ni69/2817c82ff2f2b5a1045a 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>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment