summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/layouts.jade')
-rw-r--r--client/components/main/layouts.jade8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index d1ea36b5..8e6ae941 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -16,3 +16,11 @@ template(name="defaultLayout")
#content
+yield
+template(name="notfound")
+ +message(label='page-not-found')
+
+template(name="message")
+ .big-message.quiet(class=color)
+ h1 {{_ label}}
+ with(pathFor route='atSignIn')
+ p {{{_ 'page-maybe-private' this}}}