|
@@ -4,9 +4,15 @@
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<h1>Welcome to TextCircle!</h1>
|
|
<h1>Welcome to TextCircle!</h1>
|
|
|
|
+ <p>{{> date_display }}</p>
|
|
|
|
+
|
|
{{> editor}}
|
|
{{> editor}}
|
|
</body>
|
|
</body>
|
|
|
|
|
|
|
|
+<template name="date_display">
|
|
|
|
+ {{ current_date }}
|
|
|
|
+</template>
|
|
|
|
+
|
|
<template name="editor">
|
|
<template name="editor">
|
|
<h2>doc id: {{ docid }}</h2>
|
|
<h2>doc id: {{ docid }}</h2>
|
|
{{> sharejsCM docid=docid id="editor" }}
|
|
{{> sharejsCM docid=docid id="editor" }}
|