textcircle.html 218 B

12345678910111213
  1. <head>
  2. <title>textcircle</title>
  3. </head>
  4. <body>
  5. <h1>Welcome to TextCircle!</h1>
  6. {{> editor}}
  7. </body>
  8. <template name="editor">
  9. <h2>doc id: {{ docid }}</h2>
  10. {{> sharejsCM docid=docid id="editor" }}
  11. </template>