hugo-sustain/layouts/404.html

9 lines
174 B
HTML
Raw Permalink Normal View History

{{ define "main" }}
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
2016-10-22 07:20:15 +00:00
</div>
</div>
{{ end }}