templates/error_404.tmpl
author Tero Marttila <terom@fixme.fi>
Fri, 06 Feb 2009 22:48:00 +0200
changeset 8 0ce1f471e9d7
parent 6 5565d94da522
permissions -rw-r--r--
and it works, a lot better than before
#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