mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
dev day #80
This commit is contained in:
@@ -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}}
|
||||
Reference in New Issue
Block a user