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
193 B
HTML
7 lines
193 B
HTML
{{define "title"}}Sprechstunde löschen – Fehler{{end}}
|
||
|
||
{{define "content"}}
|
||
<div class="col-md-8 offset-md-2">
|
||
Das Löschen der Sprechstunde ist fehlgeschlagen: {{.Error}}
|
||
</div>
|
||
{{end}}
|