mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
19 lines
282 B
HTML
19 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>
|