init
This commit is contained in:
18
internal/app/web/templates/error.html
Normal file
18
internal/app/web/templates/error.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{{define "error.html"}}
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
{{template "partials_head" .}}
|
||||
<body>
|
||||
{{template "partials_nav" .}}
|
||||
<main class="page">
|
||||
<h1>Fehler</h1>
|
||||
{{template "partials_flash" .}}
|
||||
<section class="card">
|
||||
<pre class="pre">{{.Error}}</pre>
|
||||
<div class="hint">Tipp: In Docker sicherstellen, dass <code>/etc/ntfy/server.yml</code> und <code>/var/lib/ntfy</code> korrekt gemountet sind.</div>
|
||||
</section>
|
||||
</main>
|
||||
{{template "partials_footer" .}}
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user