This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
+15
View File
@@ -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 email jste obdrželi, protože odebíráte náš newsletter.
<br>
Pokud si již nepřejete emaily dostávat, můžete se <a href="{{.UnsubscribeURL}}" style="color: #2d74da;">odhlásit z odběru</a>.
</p>
{{end}}