hugo-sustain/layouts/404.html
2016-10-25 02:14:23 +02:00

14 lines
278 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>
</html>