<!DOCTYPE html>
<html>
<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>