film/layouts/404.html
2022-08-27 12:56:49 +09:00

8 lines
260 B
HTML

{{ define "main" }}
<section class="http-page">
<header class="http-header">
<h1 title="404" class="http-status">4📀4</h1>
</header>
<p class="color:deemphasize">The page you were looking for could not be found</p>
</section>
{{ end }}