From 82183d40bf7cb002c98bfed44cbd270289aa8e05 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 29 Oct 2024 13:41:17 -0300 Subject: [PATCH] feat: add cotton component for empty message --- app/templates/cotton/msg/empty.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/templates/cotton/msg/empty.html diff --git a/app/templates/cotton/msg/empty.html b/app/templates/cotton/msg/empty.html new file mode 100644 index 0000000..d1e3057 --- /dev/null +++ b/app/templates/cotton/msg/empty.html @@ -0,0 +1,9 @@ +
+
+
+ +

{{ title }}

+

{{ subtitle }}

+
+
+
\ No newline at end of file