chore: Initial commit

This commit is contained in:
Khaled Garbaya
2017-09-19 14:19:31 +02:00
parent 7c9d9a0891
commit 02f7c2ce41
10 changed files with 198 additions and 0 deletions

6
views/error.pug Normal file
View File

@@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}