Johannes
4d7d98feed
Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
7 lines
152 B
HTML
7 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}}
|