1
0
dwelling-upload/web/templates/errorXXX.jade

15 lines
272 B
Plaintext
Raw Normal View History

2023-05-24 23:20:05 +04:00
extends base.jade
block header
h1 Еггог
2023-05-24 23:20:05 +04:00
block body
:go:func ErrorXXX(mainSite string, code int, errorMsg string)
2023-05-24 23:20:05 +04:00
section#error
h1 #{code}
| #{http.StatusText(code)}
if errorMsg != ""
p #{errorMsg}
center
a(href="/") Back to index page