website/layouts/404.html

8 lines
132 B
HTML
Raw Normal View History

2020-08-24 01:48:03 -05:00
{{ define "main" }}
<article>
<h1>
This is not the page you were looking for
</h1>
</article>
{{ end }}