6 lines
169 B
HTML
Executable file
6 lines
169 B
HTML
Executable file
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }} {{ define
|
|
"main" }}
|
|
<article>
|
|
<h1>This is not the page you were looking for</h1>
|
|
</article>
|
|
{{ end }}
|