This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
nwt/layouts/404.html

6 lines
146 B
HTML

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