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.
kfet/views/error.pug

10 lines
240 B
Text
Raw Permalink Normal View History

2020-05-28 18:59:10 +02:00
extends layout
block content
div(style="background-image: url(/images/bgcuisine.png)")#main-container.bg-contact2
div.container-contact2
div.wrap-contact2
h1= message
h2= error.status
pre #{error.stack}