mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
upload
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{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}}
|
||||
Reference in New Issue
Block a user