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, 0 insertions, 5 deletions
diff --git a/mail/example_resources/templates/template_a/html/mail.html b/mail/example_resources/templates/template_a/html/mail.html
deleted file mode 100644
index a377e53..0000000
--- a/mail/example_resources/templates/template_a/html/mail.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% 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 %}