From cc07b3fdc4b8860a1ee1b25f09039ba3f13ee509 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 00:25:57 +0200 Subject: Add initial browser UI app --- browser/templates/error.html.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 browser/templates/error.html.j2 (limited to 'browser/templates/error.html.j2') diff --git a/browser/templates/error.html.j2 b/browser/templates/error.html.j2 new file mode 100644 index 0000000..2d0dc19 --- /dev/null +++ b/browser/templates/error.html.j2 @@ -0,0 +1,6 @@ +{% extends "base.html.j2" %} + +{% block content %} +

Error

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