15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
extends base.jade
|
||
|
||
block header
|
||
h1 Еггог
|
||
|
||
block body
|
||
:go:func ErrorXXX(mainSite string, code int, errorMsg string)
|
||
section#error
|
||
h1 #{code}
|
||
| #{http.StatusText(code)}
|
||
if errorMsg != ""
|
||
p #{errorMsg}
|
||
center
|
||
a(href="/") Back to index page
|