Files
musenalm/views/routes/errors/404/body.gohtml
2025-02-15 23:33:15 +01:00

5 lines
96 B
Plaintext

<h1>Die Seite konnte nicht gefunden werden!</h1>
{{ if .Error }}
<p>{{ .Error }}</p>
{{ end }}