<head>
  <title>authdemo</title>
</head>

<body>
  {{> hello}}
</body>

<template name="hello">
  <h1>Hello world!</h1>
  {{ greeting }}
  {{> loginButtons }}
  <input type="button" value="click" />
</template>