From 014370ea067d3abaef1eddde15bd3fa3fbafd2a3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 4 Jan 2019 19:17:04 +0000 Subject: Add email template --- app/templates/emails/base.html | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 app/templates/emails/base.html (limited to 'app/templates/emails/base.html') diff --git a/app/templates/emails/base.html b/app/templates/emails/base.html new file mode 100644 index 0000000..ebdf85a --- /dev/null +++ b/app/templates/emails/base.html @@ -0,0 +1,64 @@ + + + + + + +
+
+

ContentDB

+
+
+ {% block content %} +

{{ subject }}

+ + {{ content | safe }} + {% endblock %} + +
+ ContentDB © rubenwardy +
+
+
+ + -- cgit v1.2.3