From 77c172b823b64ebface655681ab0749b9d2f7081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Fri, 13 Apr 2018 16:30:31 -0700 Subject: First public commit --- web/templates/html/error.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/templates/html/error.html (limited to 'web/templates/html/error.html') diff --git a/web/templates/html/error.html b/web/templates/html/error.html new file mode 100644 index 0000000..17e3687 --- /dev/null +++ b/web/templates/html/error.html @@ -0,0 +1,5 @@ +$def with (errmsg) + +
+

$errmsg

+
-- cgit v1.2.3