diff -r 9ed4c7d2bdd2 -r 5565d94da522 templates/error_404.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/error_404.tmpl Fri Feb 06 20:49:29 2009 +0200 @@ -0,0 +1,10 @@ +#extends layout +#def page_content +

Oops! Not Found

+ +

The page you requested does not seem to exist. Perhaps you can find what you're looking for in the menu at the left?

+ +
+    Requested Path: $page_path
+
+#end def