Files
MyClub/templates/emails/newsletter_setup.html
T
2025-10-29 21:20:16 +01:00

11 lines
431 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{define "content"}}
<h2 style="margin-top:0;">Vítejte v newsletteru</h2>
<p>Děkujeme za přihlášení k odběru. Klikněte na tlačítko níže a nastavte, jaké zprávy chcete dostávat:</p>
{{if .SetupURL}}
<p style="text-align:center;">
<a href="{{.SetupURL}}" class="btn">Nastavit preference</a>
</p>
{{end}}
<p>Pokud jste se k odběru nepřihlásili, můžete tento email ignorovat.</p>
{{end}}