diff --git a/contents/404.json b/contents/404.json new file mode 100644 index 0000000..96c524b --- /dev/null +++ b/contents/404.json @@ -0,0 +1,3 @@ +{ + "template": "404.jade" +} diff --git a/templates/404.jade b/templates/404.jade new file mode 100644 index 0000000..0f453b1 --- /dev/null +++ b/templates/404.jade @@ -0,0 +1,5 @@ + +extends layout + +block content + h3 Could not find the page you were logging for.