aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/partials/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/partials/error.html')
-rw-r--r--src/templates/partials/error.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/partials/error.html b/src/templates/partials/error.html
new file mode 100644
index 0000000..83825f1
--- /dev/null
+++ b/src/templates/partials/error.html
@@ -0,0 +1,4 @@
+<article>
+ <h3>Conversion failed</h3>
+ <pre>{{ message }}</pre>
+</article>