mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
16 lines
612 B
HTML
16 lines
612 B
HTML
{{define "content"}}
|
||
<h2>{{.Subject}}</h2>
|
||
|
||
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 5px; margin: 20px 0;">
|
||
{{.Content | safeHTML}}
|
||
</div>
|
||
|
||
<p>Děkujeme, že odebíráte náš newsletter. Vaší podpory si velmi vážíme!</p>
|
||
|
||
<p style="font-size: 12px; color: #6c757d; margin-top: 30px;">
|
||
Tento e‑mail jste obdrželi, protože odebíráte náš newsletter.
|
||
<br>
|
||
Pokud si již nepřejete e‑maily dostávat, můžete se <a href="{{.UnsubscribeURL}}" style="color: #2d74da;">odhlásit z odběru</a>.
|
||
</p>
|
||
{{end}}
|