reachableceo.com/themes/JuiceBar/layouts/404.html
2024-11-01 13:09:39 -05:00

6 lines
137 B
HTML

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