summaryrefslogtreecommitdiffstats
path: root/client/components/main/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/templates.html')
-rw-r--r--client/components/main/templates.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/client/components/main/templates.html b/client/components/main/templates.html
deleted file mode 100644
index 876eb13a..00000000
--- a/client/components/main/templates.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<template name="notfound">
- {{ > message label='page-not-found'}}
-</template>
-
-<template name='message'>
- <div class="big-message quiet {{ color }}">
- <h1>{{_ label}}</h1>
- {{#with pathFor route='atSignIn'}}
- <p>{{{_ 'page-maybe-private' this}}}</p>
- {{/with}}
- </div>
-</template>
-
-<!-- XXX This should be moved to editor.jade but there is an issue with jade
- handling of the markdown component. -->
-
-<template name="viewer">{{#markdown}}{{#emoji}}{{#mentions}}{{> UI.contentBlock }}{{/mentions}}{{/emoji}}{{/markdown}}</template>