summaryrefslogtreecommitdiff
path: root/templates/404.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.mako')
-rw-r--r--templates/404.mako4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/404.mako b/templates/404.mako
index aeb95e3..c47aee3 100644
--- a/templates/404.mako
+++ b/templates/404.mako
@@ -5,3 +5,7 @@
<p>
Sorry - the requested page <i>${page}</i> cannot be found.
</p>
+
+<%def name="heading()">
+ 404 -- Page not found!
+</%def>