implement this.error

This commit is contained in:
Rich Harris
2018-02-18 09:48:32 -05:00
parent d55401d45b
commit cb12231053
7 changed files with 168 additions and 61 deletions

View File

@@ -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>