diff --git a/package_template.json b/package_template.json
index 5505683..260dd72 100644
--- a/package_template.json
+++ b/package_template.json
@@ -19,7 +19,7 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"sapper": "^0.24.2",
- "svelte": "^2.0.0"
+ "svelte": "^3.0.0"
},
"merge-configs": {
"rollup": {
diff --git a/src/routes/_error.html b/src/routes/_error.html
index fe39a85..320e587 100644
--- a/src/routes/_error.html
+++ b/src/routes/_error.html
@@ -1,14 +1,9 @@
-
- {status}
-
+
-
+
+ {status}
+
+
+
{status}
+
+{error.message}
+
+{#if dev && error.stack}
+ {error.stack}
+{/if}
diff --git a/src/routes/_layout.html b/src/routes/_layout.html
index efa6c15..1bb13af 100644
--- a/src/routes/_layout.html
+++ b/src/routes/_layout.html
@@ -1,8 +1,8 @@
-