2016-10-22 07:20:15 +00:00
|
|
|
{{ partial "head" . }}
|
2016-10-25 00:14:23 +00:00
|
|
|
<body>
|
|
|
|
<div id="wrap">
|
|
|
|
{{ partial "header" . }}
|
|
|
|
<div class="container">
|
|
|
|
<div class="page-not-found">
|
|
|
|
<h3>Uh oh! Page not found!</h3>
|
|
|
|
</div>
|
2016-10-22 07:20:15 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-10-25 00:14:23 +00:00
|
|
|
{{ partial "footer" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|