diff options
| author | Jan T <jan@jantuomi.fi> | 2024-02-28 17:32:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | b6bc5c5794b4df182175da34e6b08298084c0324 (patch) | |
| tree | 501362805ac744eb71e0e9d7b70addb9f0c9ae99 /templates/error.html.j2 | |
Initial commit
Diffstat (limited to 'templates/error.html.j2')
| -rw-r--r-- | templates/error.html.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/error.html.j2 b/templates/error.html.j2 new file mode 100644 index 0000000..2d0dc19 --- /dev/null +++ b/templates/error.html.j2 @@ -0,0 +1,6 @@ +{% extends "base.html.j2" %} + +{% block content %} +<h2>Error</h2> +{{ error }} +{% endblock %} |
