sprechstunden-go/templating/templates/executeFailure.html
Gonne 83bc490740 Make support mail contact configurable
Still fails because the config is not available in the base template.
2024-01-16 10:27:44 +01:00

10 lines
340 B
HTML

{{define "title"}}Anfrage ausführen fehlgeschlagen{{end}}
{{define "content"}}
<div class="col-md-8 offset-md-2">
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:{{.Config.Mailer.SupportMail}}">{{.Config.Mailer.SupportMail}}</a> mit einer Beschreibung, was du tun wolltest.
<br>
{{.}}
</div>"
{{end}}