8 рядки
141 B
Plaintext
8 рядки
141 B
Plaintext
{{ define "title" }}Bad Request{{ end }}
|
|
{{ define "content" }}
|
|
<h1>Bad Request</h1>
|
|
|
|
{{ or .Message "A problem has occurred." }}
|
|
|
|
{{ end }}
|