8 lines
120 B
HTML
8 lines
120 B
HTML
|
<html>
|
||
|
<title>404</title>
|
||
|
{{ template "header" . }}
|
||
|
<body>
|
||
|
404 — nothing like that here
|
||
|
</body>
|
||
|
</html>
|