@(defineerror-form(headingmessage))@ (headers)@ (next:env)@ (skip)
REDIRECT_URL=@self@ (output)
<!doctype html public "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Error!</title>
@csslink
</head>
<body>
<h2>@heading</h2>
<p>@message</p>
Go <a href="@self">back</a> to main page.
</body>
</html>
@ (end)@(end)