diff options
author | Marvin Borner | 2019-01-18 21:07:39 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-18 21:07:39 +0100 |
commit | 7dd78773cb6c0c3ccfa6784fde98e4ad923b0bc9 (patch) | |
tree | 09083cadac80892a759776cf6ef3b030400f23ab /views/error.pug |
Initial boilerplate
Diffstat (limited to 'views/error.pug')
-rw-r--r-- | views/error.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/error.pug b/views/error.pug new file mode 100644 index 0000000..be6ecf2 --- /dev/null +++ b/views/error.pug @@ -0,0 +1,4 @@ +extends layout + +block content + h1= message |