templates/error_404.tmpl
changeset 6 5565d94da522
parent 2 ec68a0f75c58
--- /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
+<h1>Oops! Not Found</h1>
+
+<p>The page you requested does not seem to exist. Perhaps you can find what you're looking for in the menu at the left?</p>
+
+<pre>
+    Requested Path: $page_path
+</pre>
+#end def