diff --git a/tpl/error.tpl b/tpl/error.tpl
new file mode 100644
index 0000000000000000000000000000000000000000..baf5cbe7ce82ee8761fc04084c0f1048fbe66e46
--- /dev/null
+++ b/tpl/error.tpl
@@ -0,0 +1,8 @@
+{extends file='page.tpl'}
+
+{block name=main}
+    <div class="alert alert-warning">
+        <h2>{$error}</h2>
+        <p>{_('Back to the homepage of')} <a href="{$SERVER_URL}">{$APPLICATION_NAME}</a></p>
+    </div>
+{/block}