<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title>Mason error</title>  
  <link rel="stylesheet" type="text/css" href="/__jifty/error/error.css" media="all" />
</head>
<body>
  <div id="headers">
    <h1 class="title">Mason error</h1>
  </div>
  <div id="content">
    <a name="content"></a>
% if (Jifty->admin_mode) {
<div class="warning admin_mode">
Alert: Jifty <% Jifty->web->tangent( label => 'administration mode' , url => '/__jifty/admin/')%> is enabled.
</div>
% }
  <% Jifty->web->render_messages %>

  <% $m->content |n%>

  </div>
</body>
</html>
<%doc>

This exists as a fallback wrapper, in case the mason error in question
is caused by the Jifty application's wrapper, for instance.

</%doc>
