astroid-web.html 190 B

12345678910111213
  1. <head>
  2. <title>astroid-web</title>
  3. </head>
  4. <body>
  5. {{> hello}}
  6. </body>
  7. <template name="hello">
  8. <h1>Hello World!</h1>
  9. {{greeting}}
  10. <input type="button" value="Click" />
  11. </template>