From e8f3a470ce693bef9303d3dd4c46523cdc691826 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 12:12:37 +0200 Subject: Add structure, introduce progressive enhancement --- browser/templates/frag_error.html.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 browser/templates/frag_error.html.j2 (limited to 'browser/templates/frag_error.html.j2') diff --git a/browser/templates/frag_error.html.j2 b/browser/templates/frag_error.html.j2 new file mode 100644 index 0000000..f014f0a --- /dev/null +++ b/browser/templates/frag_error.html.j2 @@ -0,0 +1,10 @@ +{% if container %} +<{{ container }}> +{% endif %} + +

Error

+{{ error }} + +{% if container %} + +{% endif %} -- cgit v1.3