dracublog/layouts/404.html

8 lines
157 B
HTML

{{ define "title" }}404{{ end }}
{{ define "main" }}
<h1>404</h1>
<h3>Page not found :(</h3>
<a href="/"><button class="top">Go Home</button></a>
{{ end }}