Second pass at adding key files
This commit is contained in:
19
site/articles/error.html
Normal file
19
site/articles/error.html
Normal file
@ -0,0 +1,19 @@
|
||||
<%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>
|
Reference in New Issue
Block a user