12345678910111213141516171819 |
- <head>
- <title>accounts-meteor-test</title>
- </head>
- <body>
- <h1>Welcome to Meteor!</h1>
- {{> hello}}
- </body>
- <template name="hello">
- <p>Resubscribes: {{counter}}</p>
-
- <h2>server</h2>
- <pre>{{serverInfo}}</pre>
- <h2>client</h2>
- <pre>{{clientInfo}}</pre>
- </template>
|