first commit
This commit is contained in:
8
conf/static/email-templates/subscriber-data.html
Normal file
8
conf/static/email-templates/subscriber-data.html
Normal file
@ -0,0 +1,8 @@
|
||||
{{ define "subscriber-data" }}
|
||||
{{ template "header" . }}
|
||||
<h2>{{ L.Ts "email.data.title" }}</h2>
|
||||
<p>
|
||||
{{ L.Ts "email.data.info" }}
|
||||
</p>
|
||||
{{ template "footer" }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user