sf-static/portfolio/views/error.pug

7 lines
84 B
Text
Raw Normal View History

2023-02-28 18:21:07 +00:00
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}