This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-02-08 15:48:53 +00:00
|
|
|
extends layout
|
|
|
|
|
2021-11-26 20:44:01 +00:00
|
|
|
block stylesheets
|
|
|
|
link(rel='stylesheet', href='/stylesheets/error.css')
|
|
|
|
|
2021-02-08 15:48:53 +00:00
|
|
|
block content
|
|
|
|
h1= message
|
|
|
|
h2= error.status
|
2021-11-26 20:44:01 +00:00
|
|
|
pre #{error.stack}
|