site/templates/error_404.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 02 Dec 2008 03:05:04 +0200
changeset 2 ec68a0f75c58
permissions -rw-r--r--
python functionality...
#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