1
0
Fork 0

Added links that lead to index page of a service in errorXXX and nospace templates.

This commit is contained in:
Alexander Andreev 2023-05-27 19:31:52 +04:00
parent 31f84721ad
commit 96fd7e5883
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,5 @@ block body
| #{http.StatusText(code)}
if errorMsg != ""
p #{errorMsg}
center
a(href="/") Back to index page

View File

@ -18,3 +18,5 @@ block body
- wr.(http.ResponseWriter).WriteHeader(http.StatusInternalServerError)
section#error
h1 Not enough space left
center
a(href="/") Back to index page