listmonk/static/email-templates/subscriber-data.html

9 lines
170 B
HTML
Raw Normal View History

{{ define "subscriber-data" }}
{{ template "header" . }}
2020-12-19 18:55:52 +08:00
<h2>{{ .L.T "email.data.title" }}</h2>
<p>
2020-12-19 18:55:52 +08:00
{{ .L.T "email.data.info" }}
</p>
{{ template "footer" }}
{{ end }}