6 lines
83 B
HTML
6 lines
83 B
HTML
{{ define "main" }}
|
|
<main>
|
|
<p>404: not found</p>
|
|
</main>
|
|
{{ end }}
|