Files
MyClub/templates/emails/newsletter_welcome.html
T
Tomas Dvorak 16e4533202 dev day #75
2025-10-29 21:20:16 +01:00

21 lines
1.2 KiB
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 našem newsletteru!</h2>
<p style="font-size:16px; line-height:1.6;">
Děkujeme, že jste se přihlásili k odběru našeho newsletteru. Jsme rádi, že jste součástí naší fotbalové komunity a budeme vás pravidelně informovat o nejnovějším dění v klubu.
</p>
<h3 style="margin:24px 0 8px;">Co pro vás připravujeme?</h3>
<ul style="margin:0 0 16px 18px; padding:0;">
<li><strong>Novinky z klubu:</strong> aktuality, rozhovory a zajímavosti ze zákulisí.</li>
<li><strong>Zápasy a výsledky:</strong> přehled nadcházejících zápasů a reporty z odehraných.</li>
<li><strong>Speciální nabídky:</strong> výhody a slevy pro odběratele.</li>
<li><strong>Rozhovory:</strong> s hráči, trenéry a členy klubu.</li>
</ul>
<div style="background:#ebf8ff; border-left:4px solid #3182ce; padding:12px 14px; border-radius:0 6px 6px 0;">
<p style="margin:0; color:#2c5282; font-size:14px;">
Aby vám naše emaily nechyběly, přidejte si adresu <strong>{{.FromEmail}}</strong> do kontaktů.
</p>
</div>
{{end}}