{*
// +---------------------------------------------------------------------------+
// | Nitro :: Defaults :: Templates :: Error |
// +---------------------------------------------------------------------------+
// | Copyright (c) 2004 June Systems BV |
// +---------------------------------------------------------------------------+
// | This source file is copyrighted by June Systems BV, the Netherlands |
// | If you would like to use this file in your projects, please contact |
// | hide@address.com |
// +---------------------------------------------------------------------------+
// | Authors: Siggi Oskarsson <hide@address.com> |
// +---------------------------------------------------------------------------+
//
// $Id: Error.tpl 229 2008-04-17 09:20:31Z oli $
//
// Nitro's default Error Page template
//
*}
<HTML>
<BODY>
<B>Sorry<BR><BR>
{$Body}
</BODY>
</HTML>