mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-15 03:55:06 +08:00
8 lines
170 B
HTML
8 lines
170 B
HTML
{{ define "subscriber-data" }}
|
|
{{ template "header" . }}
|
|
<h2>{{ L.Ts "email.data.title" }}</h2>
|
|
<p>
|
|
{{ L.Ts "email.data.info" }}
|
|
</p>
|
|
{{ template "footer" }}
|
|
{{ end }}
|