Johannes
4d7d98feed
Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
9 lines
335 B
HTML
9 lines
335 B
HTML
{{define "title"}}Sprechstunde anlegen – Fehler{{end}}
|
||
|
||
{{define "content"}}
|
||
<div class="col-md-8 offset-md-2">
|
||
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:sprechstundentool@mathebau.de">sprechstundentool@mathebau.de</a> mit einer Beschreibung, was du tun wolltest.
|
||
<br>
|
||
{{.}}
|
||
</div>
|
||
{{end}}
|