summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates/template_a/mail.html
diff options
context:
space:
mode:
Diffstat (limited to 'mail/example_resources/templates/template_a/mail.html')
-rw-r--r--mail/example_resources/templates/template_a/mail.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/example_resources/templates/template_a/mail.html b/mail/example_resources/templates/template_a/mail.html
new file mode 100644
index 0000000..146f8f4
--- /dev/null
+++ b/mail/example_resources/templates/template_a/mail.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <!-- NOTE THAT THIS IS JUST AN EXAMPLE FOR THE TEMPLATE ENGINE NOT FOR MAIL ON ITSELF -->
+ <meta charset="utf-8">
+</head>
+<body>
+ <img src="cid:{{cids.logo}}"> <br>
+ <h1> Hy {{data.name}},</h1>
+</body>
+</html>