This commit is contained in:
Tomas Dvorak
2025-11-02 21:31:00 +01:00
parent b9cea0cd77
commit 087f30e82c
130 changed files with 20104 additions and 34330 deletions
@@ -0,0 +1,15 @@
{{define "content"}}
<div style="max-width:600px;margin:0 auto;">
<h1 style="margin-top:0;">Gratulujeme! Vyhráli jste v soutěži</h1>
<p>Dobrý den,</p>
<p>stali jste se výhercem soutěže <strong>{{.Title}}</strong>.</p>
{{if .PrizeName}}
<p>Výhra: <strong>{{.PrizeName}}</strong></p>
{{end}}
{{if .EndsAt}}
<p>Soutěž byla ukončena: {{.EndsAt}}</p>
{{end}}
<p>Brzy se vám ozveme s informacemi o předání výhry.
</p>
</div>
{{end}}