summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates/template_a/html/mail.html
diff options
context:
space:
mode:
Diffstat (limited to 'mail/example_resources/templates/template_a/html/mail.html')
-rw-r--r--mail/example_resources/templates/template_a/html/mail.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/example_resources/templates/template_a/html/mail.html b/mail/example_resources/templates/template_a/html/mail.html
new file mode 100644
index 0000000..a377e53
--- /dev/null
+++ b/mail/example_resources/templates/template_a/html/mail.html
@@ -0,0 +1,5 @@
+{% extends "base_mail.html" %}
+
+{% block head %}<meta charset="utf-8">{% endblock head %}
+
+{% block body %}logo: <img src="cid:{{cids.logo}}"> Hy {{data.name}}.{% endblock body %}