mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 13:35:08 +00:00
implement this.error
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<:Head>
|
||||
<title>{{status}}</title>
|
||||
<title>Internal server error</title>
|
||||
</:Head>
|
||||
|
||||
<Layout page='home'>
|
||||
<h1>{{status}}</h1>
|
||||
<h1>Internal server error</h1>
|
||||
<p>{{error.message}}</p>
|
||||
</Layout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user