mirror of
https://github.com/ente-io/ente.git
synced 2025-08-05 05:24:26 +00:00
10 lines
281 B
HTML
10 lines
281 B
HTML
{{define "content"}}
|
|
<p>Hello,</p>
|
|
|
|
<p> {{.OtherUserEmail}} has joined your album via a public link. </p>
|
|
|
|
<p>You can revoke access or change permissions for {{.OtherUserEmail}} from the Ente app. </p>
|
|
|
|
<p> For any assistance or questions, please reply to this email. </p>
|
|
{{end}}
|