This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
score-tracker/views/error.pug
2021-11-26 13:44:01 -07:00

9 lines
No EOL
158 B
Text

extends layout
block stylesheets
link(rel='stylesheet', href='/stylesheets/error.css')
block content
h1= message
h2= error.status
pre #{error.stack}