home.html 344 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <pstm-uri>/</pstm-uri>
  5. <pstm-template>main</pstm-template>
  6. </head>
  7. <body>
  8. <section>
  9. <h2>Welcome</h2>
  10. <p stm-text="page.message">Loading…</p>
  11. <p stm-if="auth != null">Signed in as <strong stm-text="auth.display_name">user</strong>.</p>
  12. </section>
  13. </body>
  14. </html>