page.html 252 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <pstm-uri>{{ROUTE}}</pstm-uri>
  5. <pstm-template>main</pstm-template>
  6. </head>
  7. <body>
  8. <section>
  9. <h2>{{CLASS}}</h2>
  10. <p stm-text="page.message">Loading…</p>
  11. </section>
  12. </body>
  13. </html>