From ef72b74ec34e95a38890d542cda298dd6565d5ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 May 2025 16:37:29 +0300 Subject: Start replacing browser with a chat demo --- demo/templates/frag_error.html.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 demo/templates/frag_error.html.j2 (limited to 'demo/templates/frag_error.html.j2') diff --git a/demo/templates/frag_error.html.j2 b/demo/templates/frag_error.html.j2 new file mode 100644 index 0000000..c5034cd --- /dev/null +++ b/demo/templates/frag_error.html.j2 @@ -0,0 +1,16 @@ +{# +Params + error Error message to display + container (optional) id for a div to wrap the error message in +#} + +{% if container %} +
+{% endif %} + +

Error

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