From b6bc5c5794b4df182175da34e6b08298084c0324 Mon Sep 17 00:00:00 2001 From: Jan T Date: Wed, 28 Feb 2024 17:32:01 +0200 Subject: Initial commit --- templates/error.html.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/error.html.j2 (limited to 'templates/error.html.j2') 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 %} +

Error

+{{ error }} +{% endblock %} -- cgit v1.3