site/templates/error_404.tmpl
author Tero Marttila <terom@fixme.fi>
Fri, 06 Feb 2009 20:46:43 +0200
changeset 5 9ed4c7d2bdd2
parent 2 ec68a0f75c58
permissions -rw-r--r--
older work
#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