summaryrefslogtreecommitdiffstats
path: root/templates/email_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email_info.html')
-rw-r--r--templates/email_info.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/email_info.html b/templates/email_info.html
new file mode 100644
index 000000000..0a34f18a0
--- /dev/null
+++ b/templates/email_info.html
@@ -0,0 +1,7 @@
+{{define "email_info"}}
+
+<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
+ {{.Html.EmailInfo}}
+</td>
+
+{{end}}