5 lines
104 B
HTML
5 lines
104 B
HTML
{{ partial "header.html" . }}
|
|
<div id="content">
|
|
Page not found.
|
|
</div>
|
|
{{ partial "footer.html" . }}
|