accounts-meteor-test.html 282 B

12345678910111213141516171819
  1. <head>
  2. <title>accounts-meteor-test</title>
  3. </head>
  4. <body>
  5. <h1>Welcome to Meteor!</h1>
  6. {{> hello}}
  7. </body>
  8. <template name="hello">
  9. <p>Resubscribes: {{counter}}</p>
  10. <h2>server</h2>
  11. <pre>{{serverInfo}}</pre>
  12. <h2>client</h2>
  13. <pre>{{clientInfo}}</pre>
  14. </template>