Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/views/error.pug

8 lines
101 B
Text
Raw Normal View History

2020-06-26 16:59:54 +02:00
extends layout
block content
2020-08-14 20:13:38 +02:00
div.card
h1= message
h2= error.status
pre #{error.stack}