20 lines
277 B
HTML
20 lines
277 B
HTML
<%set error_message = $error~%>
|
|
<%set error = ''~%>
|
|
<html>
|
|
<head>
|
|
<title><%site_title%>: Error</title>
|
|
<%include include_common_head.html%>
|
|
</head>
|
|
<body id="error">
|
|
<h2>Error</h2>
|
|
|
|
<p>
|
|
Oops, we had the following problem:
|
|
</p>
|
|
<p>
|
|
<%error_message%>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|