10 lines
365 B
Cheetah
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}}
|