10 lines
209 B
HTML
10 lines
209 B
HTML
{{define "content"}}
|
|
<article class="grid">
|
|
<div>
|
|
<hgroup>
|
|
<h2>404 Not Found</h2>
|
|
<h3>Ooops! The resource you are looking for is not here!</h3>
|
|
</hgroup>
|
|
</article>
|
|
{{end}}
|