rootdo/themes/risotto/layouts/404.html

7 lines
293 B
HTML
Raw Normal View History

2024-10-04 12:44:59 +00:00
{{- define "main" -}}
<div class="FourOhFourCentered">
<h1>PAGE NOT FOUND 404</h1>
<p>Sorry, that page doesn't exist!</p>
<!-- <p class="bottom">Please use the navigation menu above, or the <a href="/sitemap/">sitemap</a> linked below, to find another page.</p> -->
</div>
{{- end }}