11 lines
No EOL
291 B
Cheetah
11 lines
No EOL
291 B
Cheetah
{{template "top" .}}
|
|
|
|
<div class="container" style="margin-top: 100px;">
|
|
<div class="col-12">
|
|
<h1>Nachricht</h1>
|
|
{{ .msg }}<br>
|
|
|
|
<a href="{{ .link }}">{{ if .linktext}}{{ .linktext }}{{ else }}Zurück{{ end }}</a>
|
|
</div>
|
|
</div>
|
|
{{template "bottom" .}} |