Created
December 27, 2014 13:24
-
-
Save sas1ni69/2817c82ff2f2b5a1045a to your computer and use it in GitHub Desktop.
This file contains 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>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