7 lines
116 B
HTML
7 lines
116 B
HTML
|
{{ define "main" }}
|
||
|
|
||
|
<section id="404">
|
||
|
<p>This is not the page you are looking for...</p>
|
||
|
</section>
|
||
|
|
||
|
{{ end }}
|