10 lines
182 B
HTML
10 lines
182 B
HTML
|
{{ define "main" }}
|
||
|
<a href='{{ "/" | relURL }}'>
|
||
|
<article>
|
||
|
<header>
|
||
|
<h1>Ooops 404 Not Found!</h1>
|
||
|
</header>
|
||
|
<p>Click to go to the front page!</p>
|
||
|
</article>
|
||
|
</a>
|
||
|
{{ end }}
|