8 lines
135 B
HTML
8 lines
135 B
HTML
|
{{ partial "header.html" . }}
|
||
|
<section>
|
||
|
<h1>404</h1>
|
||
|
<div>This page doesn't exist.</div>
|
||
|
</section>
|
||
|
{{ partial "footer.html" . }}
|
||
|
|