<&| /_elements/wrapper, title => "Something's not quite right" &>

<div id="overview">

<p>You got to a page that we don't think exists.  Anyway, the software has logged this error. Sorry about this.</p>

<p><%Jifty->web->link( url => "/", label => 'Go back home...')%></p>

</div>
</&>
%# XXX TODO ACTUALLY LOG THIS.
<%doc>
Used as a poor man's 404 handler
</%doc>
<%init>
Jifty->log->error("404: user tried to get to ".$m->dhandler_arg);
$r->header_out( Status => '404');
</%init>
