planblog/layouts/404.html

8 lines
142 B
HTML

{{ partial "header.html" . }}
<section class="not-found">
<h1>404</h1>
That page doesn't exist!
</section>
{{ partial "footer.html" . }}