hopeless-cloud/layouts/404.html
2023-06-14 21:16:37 +02:00

6 lines
142 B
HTML

{{ define "main" }}
<div class="container">
<p>Page not found</p>
<p><a href="/">Go to Home Page</a></p>
</div>
{{ end }}