wekan/packages/wekan-accounts-sandstorm/.test-app/accounts-meteor-test.html
2022-05-02 23:30:01 +03:00

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>