Files
meteor/examples/other/client-info/client-info.html

16 lines
220 B
HTML

<head>
<title>Client Info</title>
</head>
<body>
{{> info}}
</body>
<template name="info">
<h1>Client Info</h1>
<p>Information about this client available on the server:</p>
<pre>{{info}}</pre>
</template>