13 lines
236 B
HTML
Executable File
13 lines
236 B
HTML
Executable File
{{ define "main" }}
|
|
<section class="hero">
|
|
<div class="hero-inner width-page">
|
|
<h1>404</h1>
|
|
<p>Page not found</p>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="container width-page prose">
|
|
<p><a href="/">Go home</a></p>
|
|
</div>
|
|
{{ end }}
|