peruna/layouts/404.html

6 lines
115 B
HTML

{{ partial "header.html" . }}
<section class="p-notfound">
<h1>404</h1>
</section>
{{ partial "footer.html" . }}