From 298b72bbc927b701b854ace3d7460d56e6c4d05b Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 4 May 2025 15:29:47 +0200 Subject: [PATCH] render warnings/errors as note list --- app/src/web/templates/templ_notes_list.html.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/src/web/templates/templ_notes_list.html.j2 b/app/src/web/templates/templ_notes_list.html.j2 index e69de29..4b78e9d 100644 --- a/app/src/web/templates/templ_notes_list.html.j2 +++ b/app/src/web/templates/templ_notes_list.html.j2 @@ -0,0 +1,14 @@ +{% if notes|length > 0 %} +
+
Notes
+ +
+{% endif %} \ No newline at end of file