ananke/layouts/404.html
2017-04-15 09:06:30 -04:00

9 lines
234 B
HTML
Executable file

{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
{{ end }}