12 lines
247 B
HTML
12 lines
247 B
HTML
|
{{ partial "head" . }}
|
||
|
<body>
|
||
|
<div id="wrap">
|
||
|
{{ partial "header" . }}
|
||
|
<div class="container">
|
||
|
<div class="page-not-found">
|
||
|
<h3>Uh oh! Page not found!</h3>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ partial "footer" . }}
|
||
|
</body>
|