mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
16 lines
465 B
HTML
16 lines
465 B
HTML
{{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}}
|