film/layouts/404.html
2022-08-27 12:46:01 +09:00

8 lines
234 B
HTML

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