webapi-eca/webpages/handlers/error.html

16 lines
No EOL
292 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Error!</title>
{{{head_requires}}}
</head>
<body>
{{{div_menubar}}}
<div id="mainbody">
<div id="pagetitle">Sorry {{user.username}}, there was an error!</div>
<p>
Error: {{message}}
</p>
</div>
</body>
</html>