kuvia2/templates/message.tmpl
kekskurse 8161c384d7
All checks were successful
continuous-integration/drone/push Build is passing
#5 and caching
2022-01-17 12:25:22 +01:00

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" .}}