summaryrefslogtreecommitdiff
path: root/colors.html
blob: 8f427e8b9fdc93c32dd8bf4a93cb2ba8d9e237b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<head>
  <title>colors</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>