From 2cf2a68bd1c25d8fe4f3126f40bd57982cc6b2a4 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 3 Dec 2023 19:22:12 +0100 Subject: initial commit --- src/jwebmail/templates/readmail.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/jwebmail/templates/readmail.html (limited to 'src/jwebmail/templates/readmail.html') diff --git a/src/jwebmail/templates/readmail.html b/src/jwebmail/templates/readmail.html new file mode 100644 index 0000000..f41197a --- /dev/null +++ b/src/jwebmail/templates/readmail.html @@ -0,0 +1,17 @@ +{% extends 'mainlayout.html' %} + +{% block content %} +
+ +

Read Mail

+ + {{ format_mail(msg) }} + + + +
+{% endblock %} -- cgit v1.2.3