1
0
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:
2015-07-28 12:49:32 -05:00
parent 103bd39c00
commit 0773f5159d
142 changed files with 11585 additions and 12199 deletions

11
views/error.ejs Normal file
View File

@@ -0,0 +1,11 @@
<% include layout.ejs %>
<body>
<h1><%=message%></h1>
<h2><%=error.status%></h2>
<pre><%=error.stack%></pre>
</body>
</html>