aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/error_404
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/error_404')
-rw-r--r--root/base/error_40417
1 files changed, 17 insertions, 0 deletions
diff --git a/root/base/error_404 b/root/base/error_404
new file mode 100644
index 0000000..0177cba
--- /dev/null
+++ b/root/base/error_404
@@ -0,0 +1,17 @@
+[%
+
+main_block = 'error_404_main';
+
+BLOCK error_404_main;
+
+ loc("404 Not Found");
+
+ %] <a href="[% ctx.uri_for(ctx.action.chain.0.attributes.Chained.0) %]">[%
+
+ loc("Return to root");
+
+ %]</a>[%
+
+END;
+
+%]