<%request>
bool first(true);
</%request>
<%cpp>
  if (first)
  {
    first = false;
</%cpp>
<& skin qparam nextComp="notfound" type=-1 >
<%cpp>
    return HTTP_OK;
  }
</%cpp>
<p><strong>Die gew&uuml;nschte Seite wurde nicht gefunden:</strong></p>
<ul><li><$ request.getPathInfo() $></li></ul>
