7 lines
No EOL
293 B
HTML
7 lines
No EOL
293 B
HTML
{{- 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 }} |