From a41e07b37ec9243191804ac2966e2d136ce79710 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 14 Jun 2015 19:40:20 +0200 Subject: Finish the transition from Spacebars to Jade --- client/components/main/layouts.jade | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/components/main/layouts.jade') 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}}} -- cgit v1.2.3-1-g7c22