- <!DOCTYPE html>
- <html lang="en">
- <head>
- <pstm-uri>/</pstm-uri>
- <pstm-template>main</pstm-template>
- </head>
- <body>
- <section>
- <h2>Welcome</h2>
- <p stm-text="page.message">Loading…</p>
- <p stm-if="auth != null">Signed in as <strong stm-text="auth.display_name">user</strong>.</p>
- </section>
- </body>
- </html>
|