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.jade6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index 8e6ae941..2dd3b2f2 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -8,15 +8,15 @@ template(name="userFormsLayout")
section.auth-layout
h1.at-form-landing-logo
img(src="/logo.png" title="LibreBoard")
- +yield
+ +Template.dynamic(template=content)
template(name="defaultLayout")
#surface
+header
#content
- +yield
+ +Template.dynamic(template=content)
-template(name="notfound")
+template(name="notFound")
+message(label='page-not-found')
template(name="message")