Files
Gardomatic/internal/web/templates/pages/error.tmpl
T
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

10 lines
365 B
Cheetah

{{define "title"}}{{.ErrorTitle}}{{end}}
{{define "main"}}
<section class='panel narrow error-page'>
<p class='eyebrow'>Fehler {{.ErrorStatus}}</p>
<h2>{{.ErrorTitle}}</h2>
<p>{{.ErrorMessage}}</p>
<div class='actions'><button type='button' class='secondary' data-history-back>Zurück</button><a href='/'>Zur Startseite</a></div>
</section>
{{end}}