mirror of
https://github.com/mgerb/mywebsite
synced 2026-03-05 15:55:25 +00:00
added blogpost and switched to ejs
This commit is contained in:
11
views/error.ejs
Normal file
11
views/error.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
<% include layout.ejs %>
|
||||
|
||||
<body>
|
||||
|
||||
<h1><%=message%></h1>
|
||||
<h2><%=error.status%></h2>
|
||||
<pre><%=error.stack%></pre>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user