Sivert V. Sæther
d21051adde
Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
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 }} |