Files
2021-02-16 16:29:19 +01:00

13 lines
275 B
HTML

{{ define "main" }}
{{ "<!-- Main -->" | safeHTML }}
<section id="main" class="container">
<header>
<h2>404 Not Found</h2>
</header>
<div class="box">
Oops, something went wrong. Time to go <a href="/">home</a>.
</div>
</section>
{{ end }}