master
pan 4 years ago
parent 0501ddf104
commit a2d9bfaace
  1. 6
      views/error.pug
  2. 7
      views/layout.pug

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

@ -0,0 +1,7 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
Loading…
Cancel
Save