sprechstunden-go/templating/templates/executeSuccess.html
Johannes 4d7d98feed ui: style remaining pages
Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
2023-07-09 12:27:17 +02:00

8 lines
152 B
HTML

{{define "title"}}Anfrage ausgeführt{{end}}
{{define "content"}}
<div class="col-md-8 offset-md-2">
Deine Anfrage wurde ausgeführt.
</div>
{{end}}