5 lines
121 B
HTML
5 lines
121 B
HTML
|
{{define "title"}}Page Not Found{{end}}
|
||
|
|
||
|
{{define "main"}}
|
||
|
<h2 class="four-oh-four-title">Page Not Found</h2>
|
||
|
{{end}}
|