mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 01:14:06 +01:00
20 lines
282 B
HTML
20 lines
282 B
HTML
|
|
<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>
|