10 lines
216 B
HTML
10 lines
216 B
HTML
{{define "body_content"}}
|
|
{{ if ne .UserName "" }}
|
|
|
|
<p class="title is-4">Zahlung abgebrochen!</p>
|
|
<p>Zahlung wurde abgebrochen</p>
|
|
{{ else }}
|
|
<h4>Bitte zuerst <a href="login.html">einloggen</a></h4>
|
|
{{end}}
|
|
{{end}}
|