9 lines
130 B
HTML
9 lines
130 B
HTML
|
{{define "title"}}
|
||
|
Wikingo | {{index . "name"}}
|
||
|
{{end}}
|
||
|
|
||
|
{{define "body"}}
|
||
|
<h1>404</h1>
|
||
|
<h2>Page not found</h2>
|
||
|
{{end}}
|