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